Skip to content

chore(deps): bump docker/setup-qemu-action from 3 to 4#5836

Merged
rtibbles merged 1 commit intounstablefrom
dependabot/github_actions/docker/setup-qemu-action-4
Apr 16, 2026
Merged

chore(deps): bump docker/setup-qemu-action from 3 to 4#5836
rtibbles merged 1 commit intounstablefrom
dependabot/github_actions/docker/setup-qemu-action-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2026

Bumps docker/setup-qemu-action from 3 to 4.

Release notes

Sourced from docker/setup-qemu-action's releases.

v4.0.0

Full Changelog: docker/setup-qemu-action@v3.7.0...v4.0.0

v3.7.0

Full Changelog: docker/setup-qemu-action@v3.6.0...v3.7.0

v3.6.0

Full Changelog: docker/setup-qemu-action@v3.5.0...v3.6.0

v3.5.0

Full Changelog: docker/setup-qemu-action@v3.4.0...v3.5.0

v3.4.0

Full Changelog: docker/setup-qemu-action@v3.3.0...v3.4.0

v3.3.0

Full Changelog: docker/setup-qemu-action@v3.2.0...v3.3.0

v3.2.0

Full Changelog: docker/setup-qemu-action@v3.1.0...v3.2.0

v3.1.0

... (truncated)

Commits
  • ce36039 Merge pull request #245 from crazy-max/node24
  • 6386344 node 24 as default runtime
  • 1ea3db7 Merge pull request #243 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • b56a002 chore: update generated content
  • c43f02d build(deps): bump @​docker/actions-toolkit from 0.67.0 to 0.77.0
  • ce10c58 Merge pull request #244 from docker/dependabot/npm_and_yarn/actions/core-3.0.0
  • 429fc9d chore: update generated content
  • 060e5f8 build(deps): bump @​actions/core from 1.11.1 to 3.0.0
  • 44be13e Merge pull request #231 from docker/dependabot/npm_and_yarn/js-yaml-3.14.2
  • 1897438 chore: update generated content
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 16, 2026
@rtibbles rtibbles requested a review from rtibblesbot April 16, 2026 16:06
Copy link
Copy Markdown
Contributor

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

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

Routine GitHub Actions dependency update. CI passing, including the Docker build jobs that exercise this action directly.

Dependency Update Review

Package: docker/setup-qemu-action v3 → v4
Semver risk: Major
Dependency type: CI/CD (GitHub Actions workflow only — no runtime impact)
CI status: Passing (Postgres build, nginx build, frontend tests, linting all green)

Changelog Analysis

Sources consulted:

  • PR body (release notes for v4.0.0 through v3.1.0)

Breaking changes:

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later) — GitHub-hosted runners meet this requirement; CI passing confirms compatibility.
  • Switch to ESM internally — no effect on action inputs/outputs or how the action is called.

Deprecations: None.

Security fixes: Bumps js-yaml 3.14.1 → 3.14.2, lodash 4.17.21 → 4.17.23, @isaacs/brace-expansion 5.0.0 → 5.0.1 — minor security hygiene in action's own dependencies.

Other notable changes: @actions/core 1.11.1 → 3.0.0 and @docker/actions-toolkit 0.67.0 → 0.77.0 inside the action bundle — no API surface change for callers.

Compatibility Assessment

  • Project uses affected APIs: No — the action is called with no custom inputs in either step; defaults unchanged.
  • Peer dependency changes: None.
  • Code changes required: None.
  • Prior failed attempts: None (no maintainer comments flagging past issues).

Recommendation

APPROVE — Node 24 runtime requirement is satisfied (CI passing), action interface is unchanged, and this is a workflow-only change with no production impact.


@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Reviewed the pull request diff checking for:

  • Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
  • Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
  • Architecture: duplicated concerns, minimal interfaces, composition over inheritance
  • Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
  • Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
  • Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
  • Checked CI status and linked issue acceptance criteria
  • For UI changes: inspected screenshots for layout, visual completeness, and consistency

Copy link
Copy Markdown
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

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

Good to merge, breaking change only affects self hosted runners due to NodeJS 24 requirement.

@rtibbles rtibbles merged commit 9dcef1e into unstable Apr 16, 2026
32 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/docker/setup-qemu-action-4 branch April 16, 2026 16:49
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants