From 4814bb2e41f838f0438ce3f7d3e23c479bfb1167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:53:01 -0500 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 (#4087) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compiler-output-check.yaml | 4 ++-- .github/workflows/inform-pages-repo.yaml | 2 +- .github/workflows/linting.yaml | 6 +++--- .github/workflows/linux-build-clang.yaml | 4 ++-- .github/workflows/linux-build-gcc.yaml | 2 +- .github/workflows/macos-build-arm.yaml | 2 +- .github/workflows/macos-build.yaml | 4 ++-- .github/workflows/release-pipeline.yaml | 2 +- .github/workflows/update-controller-db.yaml | 2 +- .github/workflows/windows-build-clang.yaml | 4 ++-- .github/workflows/windows-build-msvc.yaml | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/compiler-output-check.yaml b/.github/workflows/compiler-output-check.yaml index 26bb23e48d..d74d75562c 100644 --- a/.github/workflows/compiler-output-check.yaml +++ b/.github/workflows/compiler-output-check.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: master @@ -48,7 +48,7 @@ jobs: mv ./build ./build.master - name: Checkout PR - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: clean: "false" diff --git a/.github/workflows/inform-pages-repo.yaml b/.github/workflows/inform-pages-repo.yaml index b325ee7f8e..1b402811bc 100644 --- a/.github/workflows/inform-pages-repo.yaml +++ b/.github/workflows/inform-pages-repo.yaml @@ -22,7 +22,7 @@ jobs: BUILDCACHE_LOG_FILE: ${{ github.workspace }}/buildcache.log steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Package Dependencies run: | diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 7e9505260c..d2946551ff 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Package Dependencies run: | @@ -37,7 +37,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check for Trailing Whitespace in goal_src run: python ./scripts/ci/lint-trailing-whitespace.py @@ -59,7 +59,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Python Dependencies run: pip install unidiff colorama diff --git a/.github/workflows/linux-build-clang.yaml b/.github/workflows/linux-build-clang.yaml index 44c21a290a..cb28277453 100644 --- a/.github/workflows/linux-build-clang.yaml +++ b/.github/workflows/linux-build-clang.yaml @@ -24,12 +24,12 @@ jobs: # minimal checkout if we're NOT uploading artifacts - name: Checkout Repository if: ${{ ! inputs.uploadArtifacts }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 # full checkout with tags if we ARE uploading artifacts - name: Checkout Repository with Tags if: ${{ inputs.uploadArtifacts }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/linux-build-gcc.yaml b/.github/workflows/linux-build-gcc.yaml index 7b00022536..3b5a11efec 100644 --- a/.github/workflows/linux-build-gcc.yaml +++ b/.github/workflows/linux-build-gcc.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Package Dependencies run: | diff --git a/.github/workflows/macos-build-arm.yaml b/.github/workflows/macos-build-arm.yaml index 83153da147..c486bc3990 100644 --- a/.github/workflows/macos-build-arm.yaml +++ b/.github/workflows/macos-build-arm.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Package Dependencies env: diff --git a/.github/workflows/macos-build.yaml b/.github/workflows/macos-build.yaml index 1b7e37bb00..68175a433e 100644 --- a/.github/workflows/macos-build.yaml +++ b/.github/workflows/macos-build.yaml @@ -24,12 +24,12 @@ jobs: # minimal checkout if we're NOT uploading artifacts - name: Checkout Repository if: ${{ ! inputs.uploadArtifacts }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 # full checkout with tags if we ARE uploading artifacts - name: Checkout Repository with Tags if: ${{ inputs.uploadArtifacts }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 1a919f188a..66b1083e37 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -102,7 +102,7 @@ jobs: name: "Upload Artifacts" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ needs.cut_release.outputs.new_tag }} diff --git a/.github/workflows/update-controller-db.yaml b/.github/workflows/update-controller-db.yaml index cabb049c66..daf95adf8b 100644 --- a/.github/workflows/update-controller-db.yaml +++ b/.github/workflows/update-controller-db.yaml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'open-goal/jak-project' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.BOT_PAT }} diff --git a/.github/workflows/windows-build-clang.yaml b/.github/workflows/windows-build-clang.yaml index e49ad6fc05..f1b426017f 100644 --- a/.github/workflows/windows-build-clang.yaml +++ b/.github/workflows/windows-build-clang.yaml @@ -25,12 +25,12 @@ jobs: # minimal checkout if we're NOT uploading artifacts - name: Checkout Repository if: ${{ ! inputs.uploadArtifacts }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 # full checkout with tags if we ARE uploading artifacts - name: Checkout Repository with Tags if: ${{ inputs.uploadArtifacts }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/windows-build-msvc.yaml b/.github/workflows/windows-build-msvc.yaml index 28d47bb0a5..f37d2aead5 100644 --- a/.github/workflows/windows-build-msvc.yaml +++ b/.github/workflows/windows-build-msvc.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install NASM # TODO - Simplify this with just the first command once choco 2.0 rolls out everywhere