Skip to content

ci: bump docker/setup-buildx-action from 3 to 4#177

Merged
yimsk merged 3 commits intomainfrom
dependabot/github_actions/docker/setup-buildx-action-4
Mar 14, 2026
Merged

ci: bump docker/setup-buildx-action from 3 to 4#177
yimsk merged 3 commits intomainfrom
dependabot/github_actions/docker/setup-buildx-action-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 10, 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 @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 10, 2026

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@claude
Copy link
Copy Markdown

claude Bot commented Mar 14, 2026

PR Review: Bump docker/setup-buildx-action from 3 to 4

This is a routine Dependabot dependency update — a single line bump in .github/workflows/docker.yml.

Change

docker/setup-buildx-action@v3docker/setup-buildx-action@v4

Review

Code quality / correctness: OK

The action is used without any explicit inputs, so the breaking change in v4 (removal of deprecated inputs/outputs) has no impact on this workflow.

Node 24 runtime requirement: OK

v4 switches to Node 24 as its default runtime, requiring Actions Runner v2.327.1 or later. GitHub-hosted ubuntu-latest runners satisfy this requirement, so no changes to the runner configuration are needed.

Security: OK

Dependabot reports a high compatibility score. The v3 → v4 range also includes security-relevant dependency patches (e.g. lodash, minimatch, cross-spawn bumps), making this a worthwhile update.

Verdict: No concerns. Safe to merge.

@claude
Copy link
Copy Markdown

claude Bot commented Mar 14, 2026

PR Review: Bump docker/setup-buildx-action from v3 to v4

This is a straightforward Dependabot dependency bump for the Docker CI workflow. Here's my assessment:

Summary

  • Change: Single-line update in .github/workflows/docker.yml bumping docker/setup-buildx-action from v3 to v4
  • Impact: Low risk — the workflow uses no inputs/outputs for this action, so the breaking changes in v4 (removal of deprecated inputs/outputs) do not affect this usage

Key changes in v4.0.0

  • Node 24 as default runtime (requires Actions Runner v2.327.1+)
  • Removed deprecated install input and related outputs — not used here, no impact
  • Updated @actions/core from 1.11.1 to 3.0.0 and other dependency updates

Assessment

No issues found. The workflow invokes this action with no custom inputs:

- uses: docker/setup-buildx-action@v4

This means none of the removed deprecated inputs affect the workflow.

Minor observation (pre-existing, not introduced by this PR)

Actions are pinned to floating version tags (e.g., @v4) rather than specific commit SHAs. Pinning to a full commit SHA is a GitHub security hardening best practice to prevent supply chain attacks. Worth considering for the repository as a whole, but out of scope for this PR.

Verdict

This PR is safe to merge.

@yimsk yimsk merged commit cffada4 into main Mar 14, 2026
8 checks passed
@yimsk yimsk deleted the dependabot/github_actions/docker/setup-buildx-action-4 branch March 14, 2026 01:13
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 16, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [github:clawscli/claws](https://github.com/clawscli/claws) | patch | `0.15.2` → `0.15.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>clawscli/claws (github:clawscli/claws)</summary>

### [`v0.15.3`](https://github.com/clawscli/claws/releases/tag/v0.15.3)

[Compare Source](clawscli/claws@v0.15.2...v0.15.3)

#### Changelog

- [`73631ff`](clawscli/claws@73631ff) Add Aliases using 1080p width, including TAGs in describe
- [`fd13466`](clawscli/claws@fd13466) Merge branch 'main' into dependabot/github\_actions/docker/build-push-action-7
- [`11432c1`](clawscli/claws@11432c1) Merge branch 'main' into dependabot/github\_actions/docker/build-push-action-7
- [`14afff7`](clawscli/claws@14afff7) Merge branch 'main' into dependabot/github\_actions/docker/login-action-4
- [`5247a49`](clawscli/claws@5247a49) Merge branch 'main' into dependabot/github\_actions/docker/login-action-4
- [`3cb49e9`](clawscli/claws@3cb49e9) Merge branch 'main' into dependabot/github\_actions/docker/metadata-action-6
- [`d9f5a92`](clawscli/claws@d9f5a92) Merge branch 'main' into dependabot/github\_actions/docker/setup-buildx-action-4
- [`dfd2cc3`](clawscli/claws@dfd2cc3) Merge branch 'main' into dependabot/github\_actions/docker/setup-buildx-action-4
- [`56da14c`](clawscli/claws@56da14c) Merge branch 'main' into main
- [`50fbe43`](clawscli/claws@50fbe43) Merge pull request [#&#8203;174](clawscli/claws#174) from paulofloresjunior/main
- [`9ae8ff2`](clawscli/claws@9ae8ff2) Merge pull request [#&#8203;176](clawscli/claws#176) from clawscli/dependabot/github\_actions/docker/metadata-action-6
- [`cffada4`](clawscli/claws@cffada4) Merge pull request [#&#8203;177](clawscli/claws#177) from clawscli/dependabot/github\_actions/docker/setup-buildx-action-4
- [`0e2714b`](clawscli/claws@0e2714b) Merge pull request [#&#8203;178](clawscli/claws#178) from clawscli/dependabot/github\_actions/docker/build-push-action-7
- [`d433f49`](clawscli/claws@d433f49) Merge pull request [#&#8203;179](clawscli/claws#179) from clawscli/dependabot/github\_actions/docker/login-action-4
- [`3b34798`](clawscli/claws@3b34798) Please provide the file changes to generate a commit message.
- [`85ea5fb`](clawscli/claws@85ea5fb) ci: bump docker/build-push-action from 6 to 7
- [`661fe9e`](clawscli/claws@661fe9e) ci: bump docker/login-action from 3 to 4
- [`90628f4`](clawscli/claws@90628f4) ci: bump docker/metadata-action from 5 to 6
- [`056ddc3`](clawscli/claws@056ddc3) ci: bump docker/setup-buildx-action from 3 to 4
- [`c21e727`](clawscli/claws@c21e727) ci: fix actions/checkout version from v6 to v4
- [`dd93b04`](clawscli/claws@dd93b04) feat: Add `DetailBuilder` for consistent and structured rendering of detail views with styling and placeholder support.
- [`f1dc370`](clawscli/claws@f1dc370) fix: remove extra indentation from Tag method and refactor tags rendering
- [`a031f02`](clawscli/claws@a031f02) fix: render CloudFront tags aligned with other detail sections
- [`bb86c91`](clawscli/claws@bb86c91) revert: restore integration-test.yml and ecs/clusters to upstream state
- [`c20ebf2`](clawscli/claws@c20ebf2) revert: undo unrelated changes outside CloudFront scope

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni4zIiwidXBkYXRlZEluVmVyIjoiNDMuNzYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant