Skip to content

[deps] Update @playwright/mcp from 0.0.75 to 0.0.76 #38821

@github-actions

Description

@github-actions

Summary

A new version of @playwright/mcp is available. The version is referenced as DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go.

Field Value
Package @playwright/mcp (npm)
Current 0.0.75 (DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go)
Proposed 0.0.76
Update type Patch (0.0.75 → 0.0.76), but includes new features and API changes

Why a Separate Issue

Although the version increment is a single patch step (0.0.75 → 0.0.76), the release notes include new features and an API-breaking change:

  • New tools: browser_video_show_actions / browser_video_hide_actions — overlay action annotations on recorded video
  • remoteEndpoint API change: now accepts a ConnectOptions object instead of just a URL string — any workflow or code that passes a plain string URL to remoteEndpoint may need updating
  • --output-max-size: new flag to cap tool response size with post-response disk eviction
  • moz-firefox BiDi channel support: new --browser option value
  • Bug fixes: remoteHeaders support for remote browser endpoint; waitUntil: commit when navigating back/forward

Safety Assessment

⚠️ Tier B — Potentially Problematic. The remoteEndpoint API change from plain URL string to ConnectOptions object is a breaking change for any consumer passing a string. Review all usages of remoteEndpoint in workflow definitions and the playwright config parser before upgrading.

File to Update

pkg/constants/version_constants.go

Change:

const DefaultPlaywrightMCPVersion Version = "0.0.75"

To:

const DefaultPlaywrightMCPVersion Version = "0.0.76"

Links

Test Notes

  • Run make test after updating the version constant.
  • Check pkg/workflow/mcp_playwright_config.go and pkg/parser/mcp.go for any remoteEndpoint handling that may need to accommodate the new ConnectOptions format.
  • Run playwright-related integration tests if available.

References: §27410922450

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • go.googlesource.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "go.googlesource.com"

See Network Configuration for more information.

Generated by 🔧 Dependabot Dependency Checker · 424.5 AIC · ⌖ 13.7 AIC · ⊞ 26.8K ·

  • expires on Jun 14, 2026, 2:56 AM UTC-08:00

Metadata

Metadata

Labels

cookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency filedepsgo

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions