Skip to content

feat(container): update image ghcr.io/browserless/chromium ( v2.37.1 ➔ v2.38.4 ) - autoclosed#428

Merged
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-browserless-chromium-2.x
Jan 26, 2026
Merged

feat(container): update image ghcr.io/browserless/chromium ( v2.37.1 ➔ v2.38.4 ) - autoclosed#428
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-browserless-chromium-2.x

Conversation

@mortyops
Copy link
Copy Markdown
Contributor

@mortyops mortyops bot commented Jan 25, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/browserless/chromium minor v2.37.1v2.38.4

Release Notes

browserless/browserless (ghcr.io/browserless/chromium)

v2.38.4

Compare Source

  • Dependency updates.
  • Updates NodeJS to 24.13.0.
  • Supports the following libraries and browsers:
    • puppeteer-core: 24.36.0
    • playwright-core: 1.57.0, 1.56.1, 1.55.1, 1.54.2, and 1.53.2.
    • Chromium: 143.0.7499.4
    • Chrome: 143.0.7499.193 (amd64 only)
    • Firefox: 144.0.2
    • Webkit: 26.0
    • Edge: 143.0.3650.139 (amd64 only)

v2.38.3

Compare Source

  • Adds support for Playwright 1.57
  • Supports the following libraries and browsers:
    • puppeteer-core: 24.35.0
    • playwright-core: 1.57.0, 1.56.1, 1.55.1, 1.54.2, and 1.53.2.
    • Chromium: 143.0.7499.4
    • Chrome: 143.0.7499.193 (amd64 only)
    • Firefox: 144.0.2
    • Webkit: 26.0
    • Edge: 143.0.3650.139 (amd64 only)

v2.38.2

Compare Source

  • Standardizes on how path parsing works internally, exports the utility as well.
  • Supports the following libraries and browsers:
    • puppeteer-core: 24.26.1
    • playwright-core: 1.56.1, 1.55.1, 1.54.2, 1.53.2, and 1.52.0.
    • Chromium: 141.0.7390.37
    • Chrome: 141.0.7390.123 (amd64 only)
    • Firefox: 142.0.1
    • Webkit: 26.0
    • Edge: 141.0.3537.99 (amd64 only)

v2.38.1

Compare Source

  • Dependency updates.
  • Bugfix when a trailing slash is present in /function API call.
  • Supports the following libraries and browsers:
    • puppeteer-core: 24.26.1
    • playwright-core: 1.56.1, 1.55.1, 1.54.2, 1.53.2, and 1.52.0.
    • Chromium: 141.0.7390.37
    • Chrome: 141.0.7390.123 (amd64 only)
    • Firefox: 142.0.1
    • Webkit: 26.0
    • Edge: 141.0.3537.99 (amd64 only)

v2.38.0

Compare Source

  • Dependency updates.
  • Supports the following libraries and browsers:
    • puppeteer-core: 24.26.1
    • playwright-core: 1.56.1, 1.55.1, 1.54.2, 1.53.2, and 1.52.0.
    • Chromium: 141.0.7390.37
    • Chrome: 141.0.7390.123 (amd64 only)
    • Firefox: 142.0.1
    • Webkit: 26.0
    • Edge: 141.0.3537.99 (amd64 only)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

--- HelmRelease: selfhosted/playwright Deployment: selfhosted/playwright

+++ HelmRelease: selfhosted/playwright Deployment: selfhosted/playwright

@@ -46,13 +46,13 @@

         - name: SCREEN_HEIGHT
           value: '1080'
         - name: SCREEN_WIDTH
           value: '1920'
         - name: TZ
           value: null
-        image: ghcr.io/browserless/chromium:v2.37.1
+        image: ghcr.io/browserless/chromium:v2.38.4
         name: app
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 2Gi
           requests:

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

--- kubernetes/apps/selfhosted/rsshub/playwright Kustomization: selfhosted/rsshub-playwright HelmRelease: selfhosted/playwright

+++ kubernetes/apps/selfhosted/rsshub/playwright Kustomization: selfhosted/rsshub-playwright HelmRelease: selfhosted/playwright

@@ -44,13 +44,13 @@

               SCREEN_DEPTH: 24
               SCREEN_HEIGHT: 1080
               SCREEN_WIDTH: 1920
               TZ: null
             image:
               repository: ghcr.io/browserless/chromium
-              tag: v2.37.1
+              tag: v2.38.4
             resources:
               limits:
                 gpu.intel.com/i915: 1
                 memory: 2Gi
               requests:
                 cpu: 10m

@mortyops mortyops bot force-pushed the renovate/ghcr.io-browserless-chromium-2.x branch from 586988a to c26940a Compare January 26, 2026 12:17
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/browserless/chromium ( v2.37.1 ➔ v2.38.3 ) feat(container): update image ghcr.io/browserless/chromium ( v2.37.1 ➔ v2.38.4 ) Jan 26, 2026
…➔ v2.38.4 )

| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| docker     | ghcr.io/browserless/chromium | v2.37.1 | v2.38.4 |
@mortyops mortyops bot force-pushed the renovate/ghcr.io-browserless-chromium-2.x branch from c26940a to c0912ce Compare January 26, 2026 13:25
@Aviator-Coding Aviator-Coding merged commit 72ed666 into main Jan 26, 2026
14 checks passed
@Aviator-Coding Aviator-Coding deleted the renovate/ghcr.io-browserless-chromium-2.x branch January 26, 2026 16:12
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/browserless/chromium ( v2.37.1 ➔ v2.38.4 ) feat(container): update image ghcr.io/browserless/chromium ( v2.37.1 ➔ v2.38.4 ) - autoclosed Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant