Skip to content

build: update ghcr.io/puppeteer/puppeteer docker tag to v25#3664

Merged
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/ghcr-io-puppeteer-puppeteer-25-x
May 13, 2026
Merged

build: update ghcr.io/puppeteer/puppeteer docker tag to v25#3664
alan-agius4 merged 1 commit into
angular:mainfrom
angular-robot:ng-renovate/ghcr-io-puppeteer-puppeteer-25-x

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented May 13, 2026

This PR contains the following updates:

Package Type Update Change
ghcr.io/puppeteer/puppeteer final major 24.43.025.0.1

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

Release Notes

puppeteer/puppeteer (ghcr.io/puppeteer/puppeteer)

v25.0.1

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
🛠️ Fixes

v25.0.0

⚠ BREAKING CHANGES
  • remove deprecated Puppeteer.product (#​14977)
  • bump min NodeJS to 22 (#​14973)
  • return a Promise for executablePath, defaultArgs (#​14965)
  • remove deprecated MouseOptions.clickCount (#​13865)
  • update min version - Node v20.19 and Typescript v5.0.1 (#​14364)
  • remove deprecated Browser.isConnected() (#​14910)
  • move packages to ESM only (#​14355)
  • puppeteer-core: Remove Cookie attribute sameParty (#​14545)
  • normalize newline-separated headers to comma-separated format (#​14492)
🎉 Features
📄 Documentation
🏗️ Refactor
Dependencies
  • The following workspace dependencies were updated
🛠️ Fixes
  • block standard network emulation reset if allowlist or blocklist are enabled (#​14976) (4e75b66)
  • Handle missing sessionId when looking up callbacks (#​14975) (4faa0e6)
  • normalize newline-separated headers to comma-separated format (#​14492) (1ea5dea)
  • puppeteer-core: Remove Cookie attribute sameParty (#​14545) (be2d86a)
  • webdriver: don't store request on BrowsingContext (#​14966) (4e4daec)
⚡ Performance

v24.43.1

♻️ Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
🛠️ Fixes
⚡ Performance

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels May 13, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Puppeteer base image in the Dockerfile from version 24.43.0 to 25.0.0. A review comment identifies a potential issue where this upgrade likely transitions the base OS from Debian Bullseye to Bookworm, which may cause conflicts with existing manual repository configurations later in the file.

@@ -1,5 +1,5 @@
# https://github.com/puppeteer/puppeteer/blob/866addd132270e56cb1f84885f2897123087215c/docker/Dockerfile
FROM ghcr.io/puppeteer/puppeteer:24.43.0@sha256:5c098117ef34084ba6f9dcff0fb2d8c9ee8f206297d3e227c695b7c73c52ebca
FROM ghcr.io/puppeteer/puppeteer:25.0.0@sha256:ecdb48b707c73cc8113ede6610faf2d84d5af9c276244f82b13386cd853c02c4
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The upgrade to Puppeteer v25 (which requires Node 22) likely transitions the base image from Debian Bullseye to Debian Bookworm. This change makes the manual addition of the bullseye repository on line 10 incorrect and potentially harmful due to mixing Debian releases. The repository should be updated to bookworm or removed if firefox-esr is available in the default repositories of the new base image.

@alan-agius4 alan-agius4 merged commit eaa9aaa into angular:main May 13, 2026
12 checks passed
@alan-agius4
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

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

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants