Bump docker/setup-qemu-action from 3 to 4 - #190
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
There was a problem hiding this comment.
Safe to merge.
Scope of change
- Single change:
docker/setup-qemu-action@v3→@v4in.github/workflows/build-and-deploy-python-bindings.yml(line 21).
Usage audit
- This is the only usage of
setup-qemu-actionin the repo. It's invoked with no inputs and no outputs are consumed — it simply registers QEMU emulators before cross-compiling Python wheels forarmv7-unknown-linux-gnueabihf,aarch64-unknown-linux-gnu, andaarch64-unknown-linux-muslviaPyO3/maturin-action. - The node-bindings workflow performs QEMU registration via a direct
docker run --privileged multiarch/qemu-user-static:registercommand, not this action, so it is unaffected by this bump.
Changelog v3 → v4.0.0
- Only breaking change: Node 24 as the default runtime, requiring Actions Runner v2.327.1 or later. This job runs on GitHub-hosted
ubuntu-latest, which is kept well above that version, so the requirement is satisfied. - Remaining changes are an internal ESM migration and dependency bumps (
@actions/core,@docker/actions-toolkit,js-yaml,lodash, etc.). The action's input/output interface is unchanged, and this workflow passes no inputs regardless.
Security / performance
- No concerns: maintained first-party Docker action, GPG-verified
v4.0.0tag, dependency-only changes.
YAML validated as well-formed. No code changes required.
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 docker/setup-qemu-action from 3 to 4.
Release notes
Sourced from docker/setup-qemu-action's releases.
... (truncated)
Commits
96fe6efMerge pull request #315 from docker/dependabot/npm_and_yarn/docker/actions-to...31f08d3[dependabot skip] chore: update generated content4e7017abuild(deps): bump@docker/actions-toolkitfrom 0.91.0 to 0.92.00eca235Merge pull request #314 from crazy-max/fix-yarn-preapprove-actions-toolkitea66a41chore: allow actions-toolkit to bypass yarn age gate451542bMerge pull request #308 from docker/dependabot/npm_and_yarn/undici-6.27.0532ae00[dependabot skip] chore: update generated contentb6f5af6build(deps): bump undici from 6.26.0 to 6.27.0cf96b86Merge pull request #304 from docker/dependabot/npm_and_yarn/tmp-0.2.7f0ba643[dependabot skip] chore: update generated contentDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)