chore(deps): update actions/checkout action to v5 - autoclosed#1218
chore(deps): update actions/checkout action to v5 - autoclosed#1218renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
|
Found 0 critical and 1 important issue. Please review my note below. Issue (Important): actions/checkout@v5 requires Node.js 24 and may break on self-hosted runners Context: Why this matters:
Actionable recommendation:
Example targeted rollback suggestions (apply only where runners aren’t Node 24–ready): Auto Release: - uses: actions/checkout@v4
with:
fetch-depth: 0Pre-commit: uses: actions/checkout@v4Release (build job): - uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ inputs.release-tag || github.event.pull_request.head.ref || github.ref }}Release (release job): - uses: actions/checkout@v4Tests – unit-tests job: - uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}Tests – codemod-tests job: - uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}Tests – integration-tests job: - uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}Once all self-hosted runners are confirmed to support Node 24, you can safely move each job back to actions/checkout@v5. 🔍 View my analysis: https://codegen.com/agent/trace/77574 |
21b17e7 to
7a51de6
Compare
7a51de6 to
c1630b0
Compare
This PR contains the following updates:
v4->v5Release Notes
actions/checkout (actions/checkout)
v5Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.