You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:).
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.
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.0 — release 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.0 — release notes: internal dependency bumps only (@docker/actions-toolkit, glob, tar, etc.), no behavioral/input changes.
v4.2.0 — release 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3→v4Release Notes
docker/setup-buildx-action (docker/setup-buildx-action)
v4.2.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0
v4.1.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0
v4.0.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0
v4Compare Source
v3.12.0Compare Source
installinput by @crazy-max in #455Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0
v3.11.1Compare Source
keep-statenot being respected by @crazy-max in #429Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1
v3.11.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0
v3.10.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0
v3.9.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0
v3.8.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0
v3.7.1Compare Source
uuidpackage by @crazy-max in #369Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1
v3.7.0Compare Source
buildkitd-flagsif opt-in by @crazy-max in #363uuidpackage and switch tocryptoby @crazy-max in #366Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0
v3.6.1Compare Source
Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1
v3.6.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0
v3.5.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.4.0...v3.5.0
v3.4.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0
v3.3.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.2.0...v3.3.0
v3.2.0Compare Source
configtobuildkitd-configconfig-inlinetobuildkitd-config-inlineFull Changelog: docker/setup-buildx-action@v3.1.0...v3.2.0
v3.1.0Compare Source
cache-binaryinput to enable/disable caching binary to GHA cache backend by @crazy-max in #300Full Changelog: docker/setup-buildx-action@v3.0.0...v3.1.0
Configuration
📅 Schedule: (in timezone Europe/Sofia)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.