Skip to content

Comments

build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0#2798

Merged
stevenhorsman merged 1 commit intomainfrom
dependabot/github_actions/docker/setup-buildx-action-3.12.0
Jan 26, 2026
Merged

build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0#2798
stevenhorsman merged 1 commit intomainfrom
dependabot/github_actions/docker/setup-buildx-action-3.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2026

Bumps docker/setup-buildx-action from 3.11.1 to 3.12.0.

Release notes

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

v3.12.0

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

Commits
  • 8d2750c Merge pull request #455 from crazy-max/install-deprecated
  • e81846b deprecate install input
  • 65d18f8 Merge pull request #454 from docker/dependabot/github_actions/actions/checkout-6
  • 000d75d build(deps): bump actions/checkout from 5 to 6
  • 1583c0f Merge pull request #443 from nicolasleger/patch-1
  • ed158e7 doc: bump actions/checkout from 4 to 5
  • 4cc794f Merge pull request #441 from docker/dependabot/github_actions/actions/checkout-5
  • 4dfc3d6 build(deps): bump actions/checkout from 4 to 5
  • af1b253 Merge pull request #440 from crazy-max/k3s-build
  • 3c6ab92 ci: k3s test with latest buildx
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.11.1 to 3.12.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.11.1...8d2750c)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 24, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 24, 2026 23:52
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jan 24, 2026
Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

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

Looks unlikely to cause issues

Copy link
Contributor

@ldoktor ldoktor left a comment

Choose a reason for hiding this comment

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

@stevenhorsman are you sure? Looking at docker/setup-buildx-action#455 I think we might be affected as we are using docker buildx directly. I'm not certain but shouldn't we add the BUILDX_BUILDER variable?

@stevenhorsman
Copy link
Member

@stevenhorsman are you sure? Looking at docker/setup-buildx-action#455 I think we might be affected as we are using docker buildx directly. I'm not certain but shouldn't we add the BUILDX_BUILDER variable?

I thought that it would only impact us if we are using docker buildx install directly which we aren't. We are also using this version of buildx in 17 places in our repo - this one is only lagging behind as it took a long time to get the PR that introduced it merged.

Thanks for double checking though - I will try and run the CI against this PR just in case

Copy link
Contributor

@ldoktor ldoktor left a comment

Choose a reason for hiding this comment

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

OK, looks like I was too pessimistic :-)

@stevenhorsman stevenhorsman merged commit 15bac02 into main Jan 26, 2026
61 of 62 checks passed
@stevenhorsman stevenhorsman deleted the dependabot/github_actions/docker/setup-buildx-action-3.12.0 branch January 26, 2026 11:28
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 test_e2e_docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants