Skip to content

Update docker/setup-buildx-action action to v4 - autoclosed#1812

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker-setup-buildx-action-4.x
Closed

Update docker/setup-buildx-action action to v4 - autoclosed#1812
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker-setup-buildx-action-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

This PR contains the following updates:

Package Type Update Change
docker/setup-buildx-action action major v3v4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

docker/setup-buildx-action (docker/setup-buildx-action)

v4

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2am and before 8am on monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Mar 23, 2026
@renovate renovate Bot requested a review from claytono as a code owner March 23, 2026 08:41
@renovate renovate Bot force-pushed the renovate/docker-setup-buildx-action-4.x branch 7 times, most recently from e502c1b to 5be9fb1 Compare March 23, 2026 16:49
@github-actions
Copy link
Copy Markdown
Contributor

docker/setup-buildx-action v3 -> v4

Risk: 🟠 Breaking | CI: Failing | Confidence: High

The Deep Dive

Update Scope

  • docker/setup-buildx-action v3 (8d2750c6) -> v4 (4d04d5d9) -- major version bump
  • Single file changed: .github/workflows/ansible-integration-test.yaml
  • Runtime upgraded from Node 20 to Node 24

Features & UX

  • Node 24 runtime (#483): The action now runs on Node 24 instead of Node 20. Requires Actions Runner v2.327.1+. GitHub-hosted runners already meet this requirement, so no action needed.

Key Fixes

  • Internal dependency bumps (@actions/core 1.11.1 -> 3.0.0, @docker/actions-toolkit 0.63.0 -> 0.79.0, lodash, minimatch, js-yaml). These are internal to the action and don't change the external interface.

Security

No security advisories found for docker/setup-buildx-action. No CVEs in this version range.

Newer Versions

v4.0.0 is the latest release (published 2026-03-05). No newer versions exist. No known regressions reported.

Hazards & Risks

BREAKING: Removed install input -- causes CI failure.

The install input was deprecated in v3 and removed in v4. The workflow at .github/workflows/ansible-integration-test.yaml:39 passes install: true, which previously ran docker buildx install to alias docker build to docker buildx build.

With v4, this input is silently ignored. The docker build command on line 61 then uses the default docker driver instead of the buildx driver. This causes the CI failure:

ERROR: failed to build: Cache export is not supported for the docker driver.

The --cache-to=type=local,dest=/tmp/.buildx-cache-new flag requires the buildx driver. Both ansible-integration-test matrix jobs fail (arm64 fails, amd64 is cancelled).

Required fix: Replace install: true with the BUILDX_BUILDER environment variable approach, or change docker build to docker buildx build in the workflow.

Also removed: config and config-inline inputs (replaced by buildkitd-config and buildkitd-config-inline in v3). The workflow does not use these, so no impact.

Sources


🟠 Verdict: Breaking

The removed install input breaks the ansible-integration-test CI workflow. The workflow must be updated to remove install: true and either use docker buildx build directly or set the BUILDX_BUILDER env var before this PR can be merged.

@renovate renovate Bot force-pushed the renovate/docker-setup-buildx-action-4.x branch 3 times, most recently from 27fa13c to 258a40b Compare March 23, 2026 19:52
@renovate renovate Bot force-pushed the renovate/docker-setup-buildx-action-4.x branch from 258a40b to d8b9321 Compare March 23, 2026 20:06
@renovate renovate Bot changed the title Update docker/setup-buildx-action action to v4 Update docker/setup-buildx-action action to v4 - autoclosed Mar 23, 2026
@renovate renovate Bot closed this Mar 23, 2026
@renovate renovate Bot deleted the renovate/docker-setup-buildx-action-4.x branch March 23, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants