From d95723f54075fd304bca4018b3e514adcffcaeaa Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:45:30 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v6 (#2177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4.3.1` → `v6.0.1` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v6.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1) #### What's Changed - Update all references from v5 and v4 to v6 by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2314](https://redirect.github.com/actions/checkout/pull/2314) - Add worktree support for persist-credentials includeIf by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2327](https://redirect.github.com/actions/checkout/pull/2327) - Clarify v6 README by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2328](https://redirect.github.com/actions/checkout/pull/2328) **Full Changelog**: ### [`v6.0.0`](https://redirect.github.com/actions/checkout/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6.0.0) ##### What's Changed - Update README to include Node.js 24 support details and requirements by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​2248](https://redirect.github.com/actions/checkout/pull/2248) - Persist creds to a separate file by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2286](https://redirect.github.com/actions/checkout/pull/2286) - v6-beta by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2298](https://redirect.github.com/actions/checkout/pull/2298) - update readme/changelog for v6 by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2311](https://redirect.github.com/actions/checkout/pull/2311) **Full Changelog**: ### [`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5.0.0...v5.0.1) #### What's Changed - Port v6 cleanup to v5 by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2301](https://redirect.github.com/actions/checkout/pull/2301) **Full Changelog**: ### [`v5.0.0`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.3.1...v5.0.0) ##### What's Changed - Update actions checkout to use node 24 by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​2226](https://redirect.github.com/actions/checkout/pull/2226) - Prepare v5.0.0 release by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​2238](https://redirect.github.com/actions/checkout/pull/2238) ##### ⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) Make sure your runner is updated to this version or newer to use this release. **Full Changelog**:
--- ### Configuration 📅 **Schedule**: 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 --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/compatibility-50.yml | 2 +- .github/workflows/compatibility-60.yml | 2 +- .github/workflows/compatibility-70.yml | 2 +- .github/workflows/compatibility-72.yml | 2 +- .github/workflows/compatibility-74.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compatibility-50.yml b/.github/workflows/compatibility-50.yml index f4451fa..9591539 100644 --- a/.github/workflows/compatibility-50.yml +++ b/.github/workflows/compatibility-50.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/compatibility-60.yml b/.github/workflows/compatibility-60.yml index d95735c..f738b48 100644 --- a/.github/workflows/compatibility-60.yml +++ b/.github/workflows/compatibility-60.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/compatibility-70.yml b/.github/workflows/compatibility-70.yml index 8979775..114d70c 100644 --- a/.github/workflows/compatibility-70.yml +++ b/.github/workflows/compatibility-70.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/compatibility-72.yml b/.github/workflows/compatibility-72.yml index aea8020..bb6dd02 100644 --- a/.github/workflows/compatibility-72.yml +++ b/.github/workflows/compatibility-72.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/compatibility-74.yml b/.github/workflows/compatibility-74.yml index 4ff9dc1..cf311e5 100644 --- a/.github/workflows/compatibility-74.yml +++ b/.github/workflows/compatibility-74.yml @@ -14,7 +14,7 @@ jobs: compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false