Chore(deps): Bump actions/checkout from 5 to 6 (#2659)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 23 Nov 2025 17:07:49 +0000 (18:07 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Nov 2025 17:07:49 +0000 (18:07 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/auto-merge-dependency-updates.yml
.github/workflows/auto-release.yml
.github/workflows/backport-to-stable.yml
.github/workflows/build-base-image.yml
.github/workflows/release.yml
.github/workflows/test.yml

index c1a19910576975a4ad0eebf2e9e9ee03782a0956..1b0805b70b62a26a9d4e2a5d651db9bf3bf20d12 100644 (file)
@@ -64,7 +64,7 @@ jobs:
       # IMPORTANT: Checkout the PR's head to validate file changes
       # This is required for the git commands in security check 5
       - name: Checkout PR branch
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 2
index f60b7d4fca54e6cbf2257a44bd6c92dbcf7aa565..3c204bb18b42fd1bbd719dfc7aaa2caf20166666 100644 (file)
@@ -46,7 +46,7 @@ jobs:
           echo "Release channel: $CHANNEL"
 
       - name: Checkout repository
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           fetch-depth: 0 # Fetch all history for proper comparison
 
index df3873ccba322af625a5d42862d422e2db34d14f..77a25420e30dbf1da1eccfcbc4e2403f8e1da4ac 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     if: github.event.commits[0].distinct == true
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           fetch-depth: 0  # Needed for full git history
 
index 9e86cd586eebc144ddd30d866225dbc5ad700204..84f8f75be2109764cbf6bd184c30e08819688794 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     permissions:
       packages: write
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
       - name: Download Widevine CDM client files from private repository
         shell: bash
         env:
index 14315ba7f4436c9e1e16fdfeb1cd9406672a95e1..760da453bde17a00678cd6c83f030dc71b307f28 100644 (file)
@@ -80,7 +80,7 @@ jobs:
       base_image_version: ${{ steps.validate.outputs.base_image_version }}
       branch: ${{ needs.preflight-checks.outputs.branch }}
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
         with:
           ref: ${{ needs.preflight-checks.outputs.branch }}
           fetch-depth: 0
@@ -176,7 +176,7 @@ jobs:
       release_id: ${{ steps.create_release.outputs.id }}
       upload_url: ${{ steps.create_release.outputs.upload_url }}
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
         with:
           ref: ${{ needs.validate-and-build.outputs.branch }}
           fetch-depth: 0
@@ -301,7 +301,7 @@ jobs:
       - validate-and-build
       - create-release
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
         with:
           ref: ${{ needs.validate-and-build.outputs.branch }}
 
@@ -399,7 +399,7 @@ jobs:
           esac
 
       - name: Checkout add-on repository
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
         with:
           repository: music-assistant/home-assistant-addon
           token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}
index 6aa49545a5a67efae4907b48fd45c6cb640150fb..e0db71657e7e910d478d65a7b340ffb8bbe06c31 100644 (file)
@@ -21,7 +21,7 @@ jobs:
 
     steps:
       - name: Check out code from GitHub
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Set up Python
         uses: actions/setup-python@v6.0.0
         with:
@@ -46,7 +46,7 @@ jobs:
 
     steps:
       - name: Check out code from GitHub
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python@v6.0.0
         with: