chore: bump playwright to 1.62.1 and camoufox-js to ^0.12.0 - #4029
Draft
B4nan wants to merge 2 commits into
Draft
Conversation
Aligns v4 with the pairing master already uses (camoufox-js releases bundle a specific Firefox build that must match the pinned playwright version; 0.12 pairs with 1.62). Also unifies the E2E actor fixtures, which pinned a mix of playwright 1.58.2 and 1.60.0.
B4nan
force-pushed
the
chore/v4-bump-playwright-camoufox
branch
from
August 12, 2026 21:37
46d311d to
876c2b2
Compare
…e on 0.11/1.60 The platform base images pin the Playwright version in the image tag, so bumping only package.json left the actors running old browsers. The chrome fixtures now use apify/actor-node-playwright-chrome:24-1.62.1-beta. The camoufox fixture stays on camoufox-js 0.11 + playwright 1.60: no actor-node-playwright-camoufox image newer than 24-1.60.0-beta exists, so the new pairing cannot run on the platform yet.
barjin
reviewed
Aug 13, 2026
Comment on lines
+9
to
+11
| "camoufox-js": "^0.12.0", | ||
| "crawlee": "^3.0.0", | ||
| "playwright": "1.60.0" | ||
| "playwright": "1.62.1" |
Member
There was a problem hiding this comment.
camoufox-js doesn't support this PW version (see issue)
Member
Author
There was a problem hiding this comment.
Yeah I remember, I just wanted to test it again. But we can bump to 1.61.1 and latest camoufox-js, right?
Member
There was a problem hiding this comment.
I believe the last known-good version is 1.60.0, 1.61 has the breaking changes afaik.
B4nan
marked this pull request as draft
August 13, 2026 08:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
playwrightto 1.62.1 andcamoufox-jsto^0.12.0in the repo root and the camoufox template, and moves the E2E actor fixtures from a mix of 1.58.2 and 1.60.0 to 1.62.1, including theirapify/actor-node-playwright-chromebase image tags (the image tag pins the browser version, so bumping package.json alone tests nothing on the platform).The camoufox E2E fixture is the exception and stays on camoufox-js 0.11 + playwright 1.60: each camoufox-js release bundles a Firefox build tied to a specific Playwright version, and no
actor-node-playwright-camoufoximage newer than24-1.60.0-betaexists, so the new pairing cannot run on the platform yet. Once that image ships, the fixture can follow.If the E2E run shows problems with the new Playwright, the fallback is staying on 1.61.1.