Skip to content

Bump docker/setup-buildx-action from 3 to 4#224

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/develop/docker/setup-buildx-action-4
Open

Bump docker/setup-buildx-action from 3 to 4#224
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/develop/docker/setup-buildx-action-4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2026

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

Release notes

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

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

v3.12.0

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

v3.11.1

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

... (truncated)

Commits
  • 4d04d5d Merge pull request #485 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • cd74e05 chore: update generated content
  • eee38ec build(deps): bump @​docker/actions-toolkit from 0.77.0 to 0.79.0
  • 7a83f65 Merge pull request #484 from docker/dependabot/github_actions/docker/setup-qe...
  • a5aa967 Merge pull request #464 from crazy-max/rm-deprecated
  • e73d53f build(deps): bump docker/setup-qemu-action from 3 to 4
  • 28a438e Merge pull request #483 from crazy-max/node24
  • 034e9d3 chore: update generated content
  • b4664d8 remove deprecated inputs/outputs
  • a8257de node 24 as default runtime
  • 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-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-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 maintenance Any maintenance task on the project labels Mar 8, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 8, 2026 19:32
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2026

This change primarily updates the .github/workflows/docker.yml configuration file to use a newer version of the Docker setup-buildx action. The updates enhance the GitHub Actions workflow by utilizing the latest features and improvements from the recently released version.

Walkthrough

  • Chore: Updated docker/setup-buildx-action from version v3 to version v4. This upgrade ensures compatibility with recent enhancements and bug fixes provided in the new version, potentially improving build performance and reliability without altering the workflow logic.

Model: gpt-4o-2024-08-06 | Prompt Tokens: 336 | Completion Tokens: 106

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Here's a supportive code review enhanced by AI assistance. These insights offer suggestions and observations that may help improve your work, though they're not absolute truths. Please consider what aligns with your goals and coding style. You remain in full control of your development choices—AI simply provides additional perspective to support your decision-making process.


Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 934 | Completion Tokens: 322

Comment on lines 99 to 100
- name: Log in to Docker Registry
uses: docker/login-action@v3
Copy link
Contributor

Choose a reason for hiding this comment

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

Good update to use the latest version of docker/setup-buildx-action. However, consider also updating the docker/login-action from v3 to v4 for consistency and to benefit from the latest security improvements and bug fixes.

- name: Log in to Docker Registry
  uses: docker/login-action@v4

Comment on lines 152 to 153
- name: Log in to Docker Registry
uses: docker/login-action@v3
Copy link
Contributor

Choose a reason for hiding this comment

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

Same recommendation applies here - update docker/login-action to v4 to maintain consistency with the buildx-action update and ensure you're using the latest stable version.

- name: Log in to Docker Registry
  uses: docker/login-action@v4

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 maintenance Any maintenance task on the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants