Skip to content

chore(deps): update extractions/setup-just action to v4#205

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/extractions-setup-just-4.x
Open

chore(deps): update extractions/setup-just action to v4#205
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/extractions-setup-just-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 5, 2026

This PR contains the following updates:

Package Type Update Change
extractions/setup-just action major v3v4

Release Notes

extractions/setup-just (extractions/setup-just)

v4.0.0

Compare Source

v4

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch 2 times, most recently from 3decb8a to 2b8bc5d Compare April 15, 2026 11:43
@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch 3 times, most recently from 2c2fb6d to bcdbbf2 Compare April 21, 2026 21:20
@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch from bcdbbf2 to 5a6e0a3 Compare April 29, 2026 13:35
@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch from 5a6e0a3 to a600801 Compare May 12, 2026 12:05
Copy link
Copy Markdown

@doubleword-code doubleword-code Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:

  1. Action Repository: The action is well-maintained with 148 stars and active development. The README shows identical usage syntax for v4 as v3.

  2. Release v4 Notes: Released on April 5, 2026 (~1 month ago). No breaking API changes documented - the usage remains uses: extractions/setup-just@v4 with the same inputs (just-version, github-token).

  3. Marketplace Listing: Confirms v4 is the latest stable version.

  4. Repository audit: Only .github/workflows/ci.yaml uses this action - no other files need updating.

Suggested Next Steps

  1. Merge this PR - No changes required. The update is backward-compatible at the usage level.
  2. 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.

@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch from a600801 to cc03f2b Compare May 14, 2026 15:09
@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch from cc03f2b to 62a8f20 Compare May 22, 2026 20:12
Copy link
Copy Markdown

@doubleword-code doubleword-code Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:

  1. setup-just repository — The action is a well-maintained GitHub Action (148 stars) for installing the just command runner.

  2. v4 release page — Released on April 5, 2026 by @rossmacarthur as version 4.0.0.

  3. 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

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

  1. Merge this PR after standard CI verification passes.
  2. 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.

@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch from 62a8f20 to 63334bb Compare May 28, 2026 21:07
Copy link
Copy Markdown

@doubleword-code doubleword-code Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

  1. Merge this PR after standard review/approval
  2. Ensure CI passes with the updated action version

General findings

None — this is a straightforward, safe dependency update with no identified issues.

@renovate renovate Bot force-pushed the renovate/extractions-setup-just-4.x branch from 63334bb to fe2a59c Compare June 2, 2026 15:51
Copy link
Copy Markdown

@doubleword-code doubleword-code Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-version and github-token
    • Only internal change: setup-crate dependency updated from v1.4.0 to v2.0.0
    • No breaking changes to the action's interface
  • v4 released April 5, 2026; v3 released March 15, 2026

Suggested next steps

  1. Merge this PR - it's a safe, routine dependency update
  2. 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.

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.

0 participants