Skip to content

[deps] Update @playwright/mcp from 0.0.76 to 0.0.77 #42707

Description

@github-actions

Summary

A new version of @playwright/mcp is available. This is a patch release but includes new features alongside bug fixes, warranting individual review before updating.

Package Info

Field Value
Package @playwright/mcp
Current 0.0.76
Proposed 0.0.77
Update type Patch (0.0.76 → 0.0.77)
Published 2026-06-29

Why a Separate Issue

This patch update includes new features (not just bug fixes), so it does not qualify as a safe patch update under the automated batching criteria. Careful testing is recommended before upgrading.

Changes in 0.0.77

New Features:

  • browser_take_screenshot gains a new scale option — choose between CSS-pixel screenshots (smaller, device-consistent) and device-pixel screenshots (high resolution)
  • Configurable heartbeat ping timeout

Bug Fixes:

  • Redact secrets in console log artifacts (security improvement)
  • Never include `(redacted) URL payloads in snapshot or network output
  • List a failed network request only once
  • Wait for the next pause or context closure in browser_resume
  • Pass the action timeout to browser_wait_for waitFor calls
  • Check tracing state before stopping in browser_stop_tracing
  • Various null-safety and error-handling fixes

Safety Assessment

⚠️ Tier B — Potentially Problematic: New optional parameters and behavior changes exist. The scale option changes screenshot output format. The secrets-redaction change alters console log artifact content. All changes appear backward-compatible but should be tested with the existing Playwright skill/workflow integration.

Links

Update

Update DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go:

const DefaultPlaywrightMCPVersion Version = "0.0.77"

Test Notes

  • Run existing Playwright MCP integration tests
  • Verify screenshot behavior with the Playwright skill
  • Check console log artifact handling (secrets redaction)
  • Confirm no regressions in the playwright-cli skill

Warning

Firewall blocked 1 domain

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

  • awmgmcpg

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

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 🔧 Dependabot Dependency Checker · 67.7 AIC · ⌖ 9.73 AIC · ⊞ 5K ·

  • expires on Jul 3, 2026, 2:45 AM UTC-08:00

Metadata

Metadata

Labels

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

Type

No type

Fields

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