Skip to content

chore(deps): update docker/setup-buildx-action action to v4 - #44

Merged
BohdanMoroz11 merged 1 commit into
mainfrom
renovate/docker-setup-buildx-action-4.x
Jul 22, 2026
Merged

chore(deps): update docker/setup-buildx-action action to v4#44
BohdanMoroz11 merged 1 commit into
mainfrom
renovate/docker-setup-buildx-action-4.x

Conversation

@renovate

@renovate renovate Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v4.2.0

Compare Source

Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0

v4.1.0

Compare Source

  • Bump @​docker/actions-toolkit from 0.79.0 to 0.90.0 in #​489
  • Bump brace-expansion from 1.1.12 to 5.0.6 in #​547 #​508
  • Bump fast-xml-builder from 1.0.0 to 1.2.0 in #​540
  • Bump fast-xml-parser from 5.4.2 to 5.8.0 in #​496
  • Bump flatted from 3.3.3 to 3.4.2 in #​499
  • Bump glob from 10.3.12 to 13.0.6 in #​495
  • Bump handlebars from 4.7.8 to 4.7.9 in #​504
  • Bump lodash from 4.17.23 to 4.18.1 in #​523
  • Bump picomatch from 4.0.3 to 4.0.4 in #​503
  • Bump postcss from 8.5.6 to 8.5.10 in #​537
  • Bump tar from 6.2.1 to 7.5.15 in #​545
  • Bump undici from 6.23.0 to 6.25.0 in #​492
  • Bump vite from 7.3.1 to 7.3.2 in #​520

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

v4.0.0

Compare Source

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

v4

Compare Source

v3.12.0

Compare Source

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

v3.11.1

Compare Source

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

v3.11.0

Compare Source

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

v3.10.0

Compare Source

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

v3.9.0

Compare Source

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

v3.8.0

Compare Source

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

v3.7.1

Compare Source

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

v3.7.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0

v3.6.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

  • Create temp docker context if default one has TLS data loaded before creating a container builder by @​crazy-max in #​341

Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

[!NOTE]
config and config-inline input names are deprecated and will be removed in next major release.

Full Changelog: docker/setup-buildx-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

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


Configuration

📅 Schedule: (in timezone Europe/Sofia)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@BohdanMoroz11

Copy link
Copy Markdown
Owner

Major dependency review: docker/setup-buildx-action v3 → v4

Change: .github/workflows/deploy.yml — single line bump, docker/setup-buildx-action@v3@v4. No inputs/outputs are configured on this step (uses: only, no with:).

Breaking changes in v4.0.0 (release notes):

  • Node 24 as default runtime, requires Actions Runner v2.327.1+ (PR #483) — the deploy job runs on ubuntu-latest (GitHub-hosted), which already ships a runner meeting this requirement, so no action needed.
  • Removed deprecated inputs/outputs (PR #464) — this step passes no with: inputs at all, so nothing here is affected.
  • Switch to ESM (PR #481) — internal to the action, no consumer-facing change.

v4.1.0 and v4.2.0 (v4.1.0 notes, v4.2.0 notes) are dependency bumps and a minor bundling fix only — no behavioral changes relevant here.

Conclusion: no code changes needed. This repo's usage doesn't touch any of the removed/changed surface area. Not making any changes beyond the Renovate-generated diff.

@BohdanMoroz11

Copy link
Copy Markdown
Owner

Summary

Bumps docker/setup-buildx-action from v3 to v4 in .github/workflows/deploy.yml (the only usage in the repo, invoked with no with: inputs).

No code changes needed.

Reviewed the changelog across all v3→v4 releases:

  • v4.0.0release notes: Node 24 as default runtime (requires Actions Runner ≥ v2.327.1), removed deprecated inputs/outputs, switched to ESM internally. Since this job runs on ubuntu-latest (GitHub-hosted runner, auto-updated), the runner-version requirement is a non-issue. The removed inputs (deprecated install/config/config-inline names from v3.x) aren't used here — our step has no with: block at all.
  • v4.1.0release notes: internal dependency bumps only (@docker/actions-toolkit, glob, tar, etc.), no behavioral/input changes.
  • v4.2.0release notes: internal dependency bumps only (@actions/core, @docker/actions-toolkit, sigstore, vite, etc.), no behavioral/input changes.

Since the workflow file was the only diff and requires no source changes, I did not run npm run typecheck (nothing in the app was touched). CI will validate the workflow itself on the next run.

@BohdanMoroz11
BohdanMoroz11 merged commit 20f42ef into main Jul 22, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/docker-setup-buildx-action-4.x branch July 22, 2026 04:10
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.

1 participant