chore(deps): update extractions/setup-just action to v4#205
chore(deps): update extractions/setup-just action to v4#205renovate[bot] wants to merge 1 commit into
Conversation
3decb8a to
2b8bc5d
Compare
2c2fb6d to
bcdbbf2
Compare
bcdbbf2 to
5a6e0a3
Compare
5a6e0a3 to
a600801
Compare
There was a problem hiding this comment.
Summary
This PR updates the extractions/setup-just GitHub Action from v3 to v4 in the CI workflow. This is a routine dependency update issued by Renovate.
Verdict: ✅ Approved - This is a safe, low-risk maintenance update.
Research Notes
I reviewed the following sources:
-
Action Repository: The action is well-maintained with 148 stars and active development. The README shows identical usage syntax for v4 as v3.
-
Release v4 Notes: Released on April 5, 2026 (~1 month ago). No breaking API changes documented - the usage remains
uses: extractions/setup-just@v4with the same inputs (just-version,github-token). -
Marketplace Listing: Confirms v4 is the latest stable version.
-
Repository audit: Only
.github/workflows/ci.yamluses this action - no other files need updating.
Suggested Next Steps
- Merge this PR - No changes required. The update is backward-compatible at the usage level.
- Monitor CI - As with any dependency update, watch the first CI run after merging to confirm the action works as expected (though risk is minimal).
General Findings
None. This is a clean, single-line dependency update with no issues identified.
a600801 to
cc03f2b
Compare
cc03f2b to
62a8f20
Compare
There was a problem hiding this comment.
Summary
This PR updates the extractions/setup-just GitHub Action from v3 to v4 in the CI workflow. The change is minimal (single line) and represents a routine dependency upgrade.
Verdict: Ready to approve — no issues found.
Research notes
I reviewed the following sources:
-
setup-just repository — The action is a well-maintained GitHub Action (148 stars) for installing the
justcommand runner. -
v4 release page — Released on April 5, 2026 by @rossmacarthur as version 4.0.0.
-
Comparison of action.yaml between v3 and v4:
- v3 uses
extractions/setup-crate@v1.4.0 - v4 uses
extractions/setup-crate@v2.0.0 - All inputs (
just-version,github-token) remain identical - No breaking changes to the public API or behavior
- v3 uses
The major version bump appears to be driven by the underlying setup-crate dependency's major version change, not any breaking change in the setup-just action itself.
Suggested next steps
- Merge this PR after standard CI verification passes.
- Consider enabling Dependabot or Renovate auto-merge for minor/patch GitHub Actions updates to reduce review overhead for routine dependency bumps.
General findings
None. This is a straightforward, low-risk dependency update with no compatibility concerns.
62a8f20 to
63334bb
Compare
There was a problem hiding this comment.
Summary
This PR updates the extractions/setup-just GitHub Action from v3 to v4 in the CI workflow. This is a routine dependency update generated by Renovate.
Verdict: Ready to approve — low-risk maintenance update.
Research notes
- setup-just v4 release — Released April 5, 2026; all commits GPG-signed by maintainer @rossmacarthur
- Action source — Composite action using
extractions/setup-crate@v2.0.0; inputs unchanged (just-version,github-token) - Repository has 148 stars, dual-licensed (Apache-2.0/MIT), actively maintained
- Using major version tags (v4) follows GitHub's recommended practice for receiving security patches while maintaining compatibility
Suggested next steps
- Merge this PR after standard review/approval
- Ensure CI passes with the updated action version
General findings
None — this is a straightforward, safe dependency update with no identified issues.
63334bb to
fe2a59c
Compare
There was a problem hiding this comment.
Summary
This PR updates the extractions/setup-just GitHub Action from v3 to v4 in the CI workflow. This is a routine dependency update that bumps the underlying setup-crate action from v1.4.0 to v2.0.0.
Verdict: Ready to approve - low-risk dependency update with no breaking changes to the public API.
Research notes
- Fetched extractions/setup-just repository - 148 stars, actively maintained
- Compared action.yaml between v3 and v4:
- Inputs remain identical:
just-versionandgithub-token - Only internal change:
setup-cratedependency updated from v1.4.0 to v2.0.0 - No breaking changes to the action's interface
- Inputs remain identical:
- v4 released April 5, 2026; v3 released March 15, 2026
Suggested next steps
- Merge this PR - it's a safe, routine dependency update
- Consider enabling Dependabot or Renovate auto-merge for minor/patch updates of GitHub Actions to reduce review overhead
General findings
None - this is a clean, single-line dependency update with no issues identified.
This PR contains the following updates:
v3→v4Release Notes
extractions/setup-just (extractions/setup-just)
v4.0.0Compare Source
v4Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.