Skip to content

fix(deps): update module github.com/playwright-community/playwright-go to v0.6100.0#617

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-playwright-community-playwright-go-0.x
Open

fix(deps): update module github.com/playwright-community/playwright-go to v0.6100.0#617
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-playwright-community-playwright-go-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/playwright-community/playwright-go v0.5700.1v0.6100.0 age confidence

Release Notes

playwright-community/playwright-go (github.com/playwright-community/playwright-go)

v0.6100.0

Compare Source

Roll to v1.61.1

This release rolls the bundled Playwright driver to v1.61.1 (Chromium 149.0.7827.55, Firefox 151.0, WebKit 26.5).

[!IMPORTANT]
This release pins a new driver version. After upgrading, reinstall the driver:

go run github.com/mxschmitt/playwright-go/cmd/playwright@v0.6100.0 install --with-deps

[!NOTE]
The module path has moved from github.com/playwright-community/playwright-go to github.com/mxschmitt/playwright-go. Update your imports accordingly.

What's Changed

Full Changelog: mxschmitt/playwright-go@v0.6000.0...v0.6100.0

v0.6000.0

Compare Source

Roll to Playwright v1.60.0

This release rolls the driver from Playwright v1.57.0 → v1.60.0 and brings the Go client in line with the upstream TypeScript client. Browser versions: Chromium 148.0.7778.96, Firefox 150.0.2, WebKit 26.4.

[!IMPORTANT]
Driver upgrade required. Reinstall the driver/browsers to match this version:

go run github.com/playwright-community/playwright-go/cmd/playwright@v0.6000.0 install --with-deps
Features
  • Roll to Playwright v1.60.0 in #​592
  • Align Go client with upstream Playwright TypeScript client (v1.60.0) in #​612
  • Add --no-shell option to the driver runner in #​571
  • Add WithDeps option to install system dependencies in #​572
Bug fixes — deadlocks & data races
  • Prevent deadlock when reading request headers in a route handler (#​519) in #​608
  • Prevent deadlock when calling blocking methods inside event handlers in #​603
  • Prevent jsonPipe deadlock that hung remote connections in #​602
  • Do not hold the eventRegister lock while running event handlers in #​604
  • Identify event listeners by closure, not shared code pointer (#​323) in #​606
  • Fix data race between routing and closing context in #​567
Bug fixes — other
  • Resolve Locator.Evaluate with attached state to match upstream in #​605
  • Resolve relative recordVideo.dir to an absolute path in #​607
  • Handle missing timing fields in the CDP response in #​581
  • Handle null response metadata in #​586
  • Handle typed request header maps in #​587
  • Respect default timeout in SetInputFiles; fix flaky TestPageCloseRace in #​595
  • Prevent panic in EvaluateHandle when it returns an ElementHandle in #​597
CI, chores & tests

Full Changelog: mxschmitt/playwright-go@v0.5700.1...v0.6000.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge June 29, 2026 01:40
github-actions[bot]
github-actions Bot previously approved these changes Jun 29, 2026
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/playwright-community/playwright-go 0.6100.0 🟢 4.3
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 10all changesets reviewed
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 9binaries present in source code
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Pinned-Dependencies⚠️ 2dependency not pinned by hash detected -- score normalized to 2
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • go.mod

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.40%. Comparing base (e1d0e09) to head (af53c21).

❌ Your project check has failed because the head coverage (61.71%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #617   +/-   ##
=======================================
  Coverage   70.40%   70.40%           
=======================================
  Files          33       33           
  Lines        3298     3298           
=======================================
  Hits         2322     2322           
  Misses        828      828           
  Partials      148      148           
Flag Coverage Δ
unittests 70.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/github.com-playwright-community-playwright-go-0.x branch from af53c21 to 1d1c6a4 Compare June 29, 2026 20:46
@renovate renovate Bot changed the title fix(deps): update module github.com/playwright-community/playwright-go to v0.6000.0 fix(deps): update module github.com/playwright-community/playwright-go to v0.6100.0 Jun 29, 2026
@renovate

renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/playwright-community/playwright-go@v0.6100.0: parsing go.mod:
	module declares its path as: github.com/mxschmitt/playwright-go
	        but was required as: github.com/playwright-community/playwright-go

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants