Skip to content

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

Merged
SamTV12345 merged 1 commit intodevelopfrom
dependabot/github_actions/docker/setup-qemu-action-4
Mar 8, 2026
Merged

build(deps): bump docker/setup-qemu-action from 3 to 4#7351
SamTV12345 merged 1 commit intodevelopfrom
dependabot/github_actions/docker/setup-qemu-action-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 4, 2026
@JohnMcLear
Copy link
Copy Markdown
Member

/review

@qodo-free-for-open-source-projects
Copy link
Copy Markdown

qodo-free-for-open-source-projects Bot commented Mar 5, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (1) 📎 Requirement gaps (0)

Grey Divider


Remediation recommended

1. QEMU action major bump 📘 Rule violation ⛯ Reliability
Description
The workflow bumps docker/setup-qemu-action from v3 to v4, which may break CI on environments
(e.g., self-hosted runners) that do not meet the new runtime requirements. This is a
backwards-compatibility risk unless the runner requirement/impact is verified and documented.
Code

.github/workflows/docker.yml[33]

+        uses: docker/setup-qemu-action@v4
Evidence
Compliance ID 10 requires avoiding breaking changes to configs/interfaces unless justified and
documented. The diff updates the workflow to use docker/setup-qemu-action@v4, and the PR
description indicates v4 requires a newer Actions Runner due to the Node 24 runtime, which can break
existing setups (notably self-hosted runners).

.github/workflows/docker.yml[33-33]
Best Practice: Repository guidelines

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The workflow bumps `docker/setup-qemu-action` to `v4`, which (per the PR description) requires a newer Actions Runner due to Node 24. This can break CI for self-hosted or pinned runner environments unless the requirement is validated and/or documented.

## Issue Context
The compliance requirement asks to avoid breaking configuration/public interfaces without justification and documentation. A major-version GitHub Action bump is a compatibility risk.

## Fix Focus Areas
- .github/workflows/docker.yml[33-33]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

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 force-pushed the dependabot/github_actions/docker/setup-qemu-action-4 branch from 59f24ca to 291b8b9 Compare March 8, 2026 21:34
@SamTV12345 SamTV12345 merged commit ffd96eb into develop Mar 8, 2026
37 of 39 checks passed
@SamTV12345 SamTV12345 deleted the dependabot/github_actions/docker/setup-qemu-action-4 branch March 8, 2026 21:35
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