Skip to content

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

Merged
simbit18 merged 1 commit intomasterfrom
dependabot/github_actions/docker/setup-buildx-action-4.0.0
Mar 24, 2026
Merged

build(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0#18582
simbit18 merged 1 commit intomasterfrom
dependabot/github_actions/docker/setup-buildx-action-4.0.0

Conversation

@dependabot
Copy link
Contributor

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

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

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

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.12.0 to 4.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@8d2750c...4d04d5d)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.0.0
  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 Mar 23, 2026
@github-actions github-actions bot added Area: CI Size: XS The size of the change in this PR is very small and removed github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Mar 23, 2026
@lupyuen
Copy link
Member

lupyuen commented Mar 23, 2026

Please do NOT update any Docker GitHub Actions, they will be blocked by ASF Infra Team

@lupyuen lupyuen closed this Mar 23, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/docker/setup-buildx-action-4.0.0 branch March 23, 2026 03:32
@lupyuen lupyuen restored the dependabot/github_actions/docker/setup-buildx-action-4.0.0 branch March 24, 2026 01:23
@lupyuen lupyuen reopened this Mar 24, 2026
Copy link
Member

@lupyuen lupyuen left a comment

Choose a reason for hiding this comment

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

Sorry for closing the PR earlier: ASF Infra Team has mandated that we upgrade the GitHub Actions for Docker before 14 Jun 2026:

https://github.com/apache/infrastructure-actions/blob/main/actions.yml

docker/build-push-action:
  10e90e3645eae34f1e60eeb005ba3a3d33f178e8:
    tag: v6.19.2
    expires_at: 2026-06-14
  d08e5c354a6adb9ed34480a06d141179aa583294:
    tag: v7.0.0
docker/login-action:
  c94ce9fb468520275223c153574b00df6fe4bcc9:
    tag: v3.7.0
    expires_at: 2026-06-14
  b45d80f862d83dbcd57f89517bcf500b2ab88fb2:
    tag: v4.0.0
docker/setup-buildx-action:
  8d2750c68a42422c14e847fe6c8ac0403b4cbd6f:
    tag: v3.12.0
    expires_at: 2026-06-14
  4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd:
    tag: v4.0.0

Copy link
Member

@lupyuen lupyuen left a comment

Choose a reason for hiding this comment

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

Please don't merge yet, let's check on this Docker Build Failure:
https://github.com/apache/nuttx/actions/runs/23468549922

push
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c mkdir -p sparc-gaisler-elf-gcc && curl -s -L "https://www.gaisler.com/anonftp/bcc2/bin/bcc-2.1.0-gcc-linux64.tar.xz\" | tar -C sparc-gaisler-elf-gcc --strip-components 1 -xJ" did not complete successfully: exit code: 2

Update: Still fails after 6 retries sigh.

Copy link
Member

@lupyuen lupyuen left a comment

Choose a reason for hiding this comment

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

Docker Push is finally successful after 8 Build Attempts yay!

@simbit18 simbit18 merged commit f0a76a4 into master Mar 24, 2026
123 of 164 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/docker/setup-buildx-action-4.0.0 branch March 24, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: CI Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants