tag:github.com,2008:https://github.com/PSModule/GitHub-Script/releasesTags from GitHub-Script2026-01-25T21:51:09Ztag:github.com,2008:Repository/843751204/v1.7.102026-01-25T21:51:29Zv1.7.10<p>🩹 [Patch]: Standardize project structure and rename release workflow (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/81">#…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/81">…81</a>)</p>
<p>This PR standardizes the project structure and updates workflows to
<br />align with PSModule conventions.</p>
<p>## Changed</p>
<p>- Rename `Auto-Release.yml` workflow to `Release.yml` for consistency
<br />- Update release action from `PSModule/Auto-Release@v1.9.5` to
<br />`PSModule/Release-GHRepository@v2`
<br />- Rename `scripts/` folder to `src/` to follow standard project layout
<br />- Update `action.yml` to reference scripts from new `src/` location
<br />- Add linter workflow configuration</p>
<p>## Removed</p>
<p>- Remove unused `.jscpd.json` linter configuration file</p>
<p>## Summary</p>
<p>This PR brings the GitHub-Script action in line with PSModule's
<br />standardized project structure. The `scripts/` folder is renamed to
<br />`src/` for consistency across all actions, and the release workflow is
<br />updated to use the renamed `Release-GHRepository` action.</p>github-actionstag:github.com,2008:Repository/843751204/v1.72026-01-25T21:51:09Zv1.7<p>🩹 [Patch]: Standardize project structure and rename release workflow (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/81">#…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/81">…81</a>)</p>
<p>This PR standardizes the project structure and updates workflows to
<br />align with PSModule conventions.</p>
<p>## Changed</p>
<p>- Rename `Auto-Release.yml` workflow to `Release.yml` for consistency
<br />- Update release action from `PSModule/Auto-Release@v1.9.5` to
<br />`PSModule/Release-GHRepository@v2`
<br />- Rename `scripts/` folder to `src/` to follow standard project layout
<br />- Update `action.yml` to reference scripts from new `src/` location
<br />- Add linter workflow configuration</p>
<p>## Removed</p>
<p>- Remove unused `.jscpd.json` linter configuration file</p>
<p>## Summary</p>
<p>This PR brings the GitHub-Script action in line with PSModule's
<br />standardized project structure. The `scripts/` folder is renamed to
<br />`src/` for consistency across all actions, and the release workflow is
<br />updated to use the renamed `Release-GHRepository` action.</p>MariusStorhaugtag:github.com,2008:Repository/843751204/v12026-01-25T21:51:09Zv1<p>🩹 [Patch]: Standardize project structure and rename release workflow (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/81">#…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/81">…81</a>)</p>
<p>This PR standardizes the project structure and updates workflows to
<br />align with PSModule conventions.</p>
<p>## Changed</p>
<p>- Rename `Auto-Release.yml` workflow to `Release.yml` for consistency
<br />- Update release action from `PSModule/Auto-Release@v1.9.5` to
<br />`PSModule/Release-GHRepository@v2`
<br />- Rename `scripts/` folder to `src/` to follow standard project layout
<br />- Update `action.yml` to reference scripts from new `src/` location
<br />- Add linter workflow configuration</p>
<p>## Removed</p>
<p>- Remove unused `.jscpd.json` linter configuration file</p>
<p>## Summary</p>
<p>This PR brings the GitHub-Script action in line with PSModule's
<br />standardized project structure. The `scripts/` folder is renamed to
<br />`src/` for consistency across all actions, and the release workflow is
<br />updated to use the renamed `Release-GHRepository` action.</p>MariusStorhaugtag:github.com,2008:Repository/843751204/v1.7.92026-01-22T22:13:29Zv1.7.9<p>🩹[Patch]: Update workflow configurations (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/79">#79</a>)</p>
<p>Updates workflow configurations to use the latest pinned action versions
<br />for improved security and reproducibility.</p>
<p>- Related to PSModule workflow standardization</p>
<p>## Action pinning</p>
<p>Pinned all GitHub Actions to specific commit SHAs:</p>
<p>- `actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd` (v6.0.2) -
<br />Updated from v6.0.1</p>github-actionstag:github.com,2008:Repository/843751204/v1.7.82026-01-17T00:36:37Zv1.7.8<p>🩹 [Patch]: Remove output access hints from logs (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/55">#55</a>)</p>
<p>Removes the output access hint text from the action logs to avoid
<br />confusion when the action is used directly or nested in another
<br />composite action. The output grouping and output content display remain
<br />unchanged.</p>
<p>- <span class="issue-keyword tooltipped tooltipped-se">Fixes</span> <a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/issues/54">#54</a></p>
<p>## Changes</p>
<p>- Remove access-hint printing in `scripts/outputs.ps1`
<br />- Simplify composite output test by removing access-pattern demo and
<br />help-text validation</p>
<p>## Rationale</p>
<p>The access pattern differs for direct vs nested usage, so printed hints
<br />can be misleading. Removing the hint avoids confusion while still
<br />showing the output values.</p>
<p>---------</p>
<p>Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
<br />Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
<br />Co-authored-by: Marius Storhaug <marstor@hotmail.com></p>github-actionstag:github.com,2008:Repository/843751204/v1.7.72026-01-16T22:12:40Zv1.7.7<p>🩹[Patch]: CI and workflow maintenance updates (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/76">#76</a>)</p>
<p>This release updates CI and workflow maintenance for the GitHub-Script
<br />action.</p>
<p>### Changes
<br />- Super-linter updated to v8.3.2 and Biome format validation disabled
<br />for this repo.
<br />- Checkout action pins refreshed across workflows.
<br />- Dependabot schedule moved to daily with a 7‑day cooldown.
<br />- Action test workflows now pass explicit secrets instead of inheriting.
<br />- Auto-Release workflow now runs on pull_request events.</p>
<p>### Notes
<br />- No changes to action.yml behavior or runtime output.</p>
<p>---------</p>
<p>Signed-off-by: dependabot[bot] <support@github.com>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<br />Co-authored-by: Marius Storhaug <marstor@hotmail.com></p>github-actionstag:github.com,2008:Repository/843751204/v1.7.62025-12-02T10:56:39Zv1.7.6<p>Bumps azure/login from v2.2.0 to v2.3.0 (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/70">#70</a>)</p>
<p>Bumps [azure/login](<a href="https://github.com/azure/login">https://github.com/azure/login</a>) from v2.2.0 to
<br />v2.3.0.</p>
<p>## Changes</p>
<p>- Updated version comment to use patch-level semver (`# v2.3.0` instead
<br />of `# v2`)
<br />- Updated PR title and description to reference semver versions</p>
<p>```yaml
<br /># Before
<br />uses: <a class="commit-link" href="https://github.com/Azure/login/commit/1384c340ab2dda50fed2bee3041d1d87018aa5e8">Azure/login@<tt>1384c34</tt></a> # v2</p>
<p># After
<br />uses: <a class="commit-link" href="https://github.com/Azure/login/commit/a457da9ea143d694b1b9c7c869ebb04ebe844ef5">Azure/login@<tt>a457da9</tt></a> # v2.3.0
<br />```</p>
<p><!-- START COPILOT CODING AGENT TIPS -->
<br />---</p>
<p>💬 We'd love your input! Share your thoughts on Copilot coding agent in
<br />our [2 minute survey](<a href="https://gh.io/copilot-coding-agent-survey">https://gh.io/copilot-coding-agent-survey</a>).</p>
<p>---------</p>
<p>Signed-off-by: dependabot[bot] <support@github.com>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<br />Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
<br />Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
<br />Co-authored-by: Marius Storhaug <marstor@hotmail.com></p>github-actionstag:github.com,2008:Repository/843751204/v1.7.52025-12-02T08:44:52Zv1.7.5<p>Bump super-linter/super-linter from 8.2.1 to 8.3.0 (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/69">#69</a>)</p>
<p>Bumps
<br />[super-linter/super-linter](<a href="https://github.com/super-linter/super-linter">https://github.com/super-linter/super-linter</a>)
<br />from 8.2.1 to 8.3.0.
<br /><details>
<br /><summary>Release notes</summary>
<br /><p><em>Sourced from <a
<br />href="<a href="https://github.com/super-linter/super-linter/releases%22>super-linter/super-linter's">https://github.com/super-linter/super-linter/releases">super-linter/super-linter's</a>
<br />releases</a>.</em></p>
<br /><blockquote>
<br /><h2>v8.3.0</h2>
<br /><h2><a
<br />href="<a href="https://github.com/super-linter/super-linter/compare/v8.2.1...v8.3.0%22>8.3.0</a">https://github.com/super-linter/super-linter/compare/v8.2.1...v8.3.0">8.3.0</a</a>>
<br />(2025-11-28)</h2>
<br /><h3>🚀 Features</h3>
<br /><ul>
<br /><li>add ability to specify config files for nbqa tools (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7184%22>#7184</a">https://redirect.github.com/super-linter/super-linter/issues/7184">#7184</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/b37c1c33a78f7cbf9bfa04609b83180319421bfc%22>b37c1c3</a>)</li">https://github.com/super-linter/super-linter/commit/b37c1c33a78f7cbf9bfa04609b83180319421bfc">b37c1c3</a>)</li</a>>
<br /><li>lint dependabot, github actions with zizmor (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7241%22>#7241</a">https://redirect.github.com/super-linter/super-linter/issues/7241">#7241</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/09306cdabe5c1afaedcab156e7a75b88575c829b%22>09306cd</a">https://github.com/super-linter/super-linter/commit/09306cdabe5c1afaedcab156e7a75b88575c829b">09306cd</a</a>>),
<br />closes <a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7137%22>#7137</a></li">https://redirect.github.com/super-linter/super-linter/issues/7137">#7137</a></li</a>>
<br /><li>support rust 2024 (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7211%22>#7211</a">https://redirect.github.com/super-linter/super-linter/issues/7211">#7211</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/c15ee6dd7d559940b734579617c3637b9c007f6f%22>c15ee6d</a">https://github.com/super-linter/super-linter/commit/c15ee6dd7d559940b734579617c3637b9c007f6f">c15ee6d</a</a>>),
<br />closes <a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7139%22>#7139</a></li">https://redirect.github.com/super-linter/super-linter/issues/7139">#7139</a></li</a>>
<br /></ul>
<br /><h3>🐛 Bugfixes</h3>
<br /><ul>
<br /><li>parse json to extract terraform version (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7239%22>#7239</a">https://redirect.github.com/super-linter/super-linter/issues/7239">#7239</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/29f17277db2147d8af291ae20e5c792b499052c7%22>29f1727</a>)</li">https://github.com/super-linter/super-linter/commit/29f17277db2147d8af291ae20e5c792b499052c7">29f1727</a>)</li</a>>
<br /></ul>
<br /><h3>⬆️ Dependency updates</h3>
<br /><ul>
<br /><li><strong>bundler:</strong> bump rubocop in /dependencies in the
<br />rubocop group (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7188%22>#7188</a">https://redirect.github.com/super-linter/super-linter/issues/7188">#7188</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/74b24446f8c7575d1b83edc5c975726d9e47416a%22>74b2444</a>)</li">https://github.com/super-linter/super-linter/commit/74b24446f8c7575d1b83edc5c975726d9e47416a">74b2444</a>)</li</a>>
<br /><li><strong>bundler:</strong> bump rubocop-rails in /dependencies in the
<br />rubocop group (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7231%22>#7231</a">https://redirect.github.com/super-linter/super-linter/issues/7231">#7231</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/dd55c528c7a818fc25840f934f8a8d8c8264bab7%22>dd55c52</a>)</li">https://github.com/super-linter/super-linter/commit/dd55c528c7a818fc25840f934f8a8d8c8264bab7">dd55c52</a>)</li</a>>
<br /><li><strong>bundler:</strong> bump the rubocop group in /dependencies
<br />with 2 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7178%22>#7178</a">https://redirect.github.com/super-linter/super-linter/issues/7178">#7178</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/3bdc91928162635ba67a148016a0ee29846087c6%22>3bdc919</a>)</li">https://github.com/super-linter/super-linter/commit/3bdc91928162635ba67a148016a0ee29846087c6">3bdc919</a>)</li</a>>
<br /><li><strong>bundler:</strong> bump the rubocop group in /dependencies
<br />with 4 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7202%22>#7202</a">https://redirect.github.com/super-linter/super-linter/issues/7202">#7202</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/0e09528bdf1e450d83fab9ce2400225a11c7657d%22>0e09528</a>)</li">https://github.com/super-linter/super-linter/commit/0e09528bdf1e450d83fab9ce2400225a11c7657d">0e09528</a>)</li</a>>
<br /><li><strong>docker:</strong> bump python in the docker-base-images group
<br />(<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7123%22>#7123</a">https://redirect.github.com/super-linter/super-linter/issues/7123">#7123</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/41c3da1d09d0e5ec067ad65c9b855c6aeff225bc%22>41c3da1</a>)</li">https://github.com/super-linter/super-linter/commit/41c3da1d09d0e5ec067ad65c9b855c6aeff225bc">41c3da1</a>)</li</a>>
<br /><li><strong>docker:</strong> bump the docker group across 1 directory
<br />with 12 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7235%22>#7235</a">https://redirect.github.com/super-linter/super-linter/issues/7235">#7235</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/b1cf27d548d8e772a89094d18b52c6d097b5ba08%22>b1cf27d</a>)</li">https://github.com/super-linter/super-linter/commit/b1cf27d548d8e772a89094d18b52c6d097b5ba08">b1cf27d</a>)</li</a>>
<br /><li><strong>docker:</strong> bump the docker group across 1 directory
<br />with 6 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7148%22>#7148</a">https://redirect.github.com/super-linter/super-linter/issues/7148">#7148</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/76149cff49dabb7f045e86f46e93f6767e2da34d%22>76149cf</a>)</li">https://github.com/super-linter/super-linter/commit/76149cff49dabb7f045e86f46e93f6767e2da34d">76149cf</a>)</li</a>>
<br /><li><strong>docker:</strong> bump the docker group across 1 directory
<br />with 9 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7194%22>#7194</a">https://redirect.github.com/super-linter/super-linter/issues/7194">#7194</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/45f731ea75a53496824bd31bb77c6ceab71a18ec%22>45f731e</a>)</li">https://github.com/super-linter/super-linter/commit/45f731ea75a53496824bd31bb77c6ceab71a18ec">45f731e</a>)</li</a>>
<br /><li><strong>npm:</strong> bump <code>@babel/eslint-parser</code> in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7183%22>#7183</a">https://redirect.github.com/super-linter/super-linter/issues/7183">#7183</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/197eb8863a766dcfcf4c4ca670dc8560a9db85c6%22>197eb88</a>)</li">https://github.com/super-linter/super-linter/commit/197eb8863a766dcfcf4c4ca670dc8560a9db85c6">197eb88</a>)</li</a>>
<br /><li><strong>npm:</strong> bump
<br /><code>@typescript-eslint/eslint-plugin</code> (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7127%22>#7127</a">https://redirect.github.com/super-linter/super-linter/issues/7127">#7127</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/2d57f06c64c521f2cfbbea3b8cc9c8f080fb473a%22>2d57f06</a>)</li">https://github.com/super-linter/super-linter/commit/2d57f06c64c521f2cfbbea3b8cc9c8f080fb473a">2d57f06</a>)</li</a>>
<br /><li><strong>npm:</strong> bump
<br /><code>@typescript-eslint/eslint-plugin</code> (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7196%22>#7196</a">https://redirect.github.com/super-linter/super-linter/issues/7196">#7196</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/033ea992a1aa5a0d4f868c2a3d401008ef218d9a%22>033ea99</a>)</li">https://github.com/super-linter/super-linter/commit/033ea992a1aa5a0d4f868c2a3d401008ef218d9a">033ea99</a>)</li</a>>
<br /><li><strong>npm:</strong> bump body-parser from 2.2.0 to 2.2.1 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7238%22>#7238</a">https://redirect.github.com/super-linter/super-linter/issues/7238">#7238</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/30403f6aa43e234b7196dfd2eaa425b05294aa4c%22>30403f6</a>)</li">https://github.com/super-linter/super-linter/commit/30403f6aa43e234b7196dfd2eaa425b05294aa4c">30403f6</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint from 9.37.0 to 9.38.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7170%22>#7170</a">https://redirect.github.com/super-linter/super-linter/issues/7170">#7170</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/b42af6f21b7bc5b827acd2c977b6047baad41ce9%22>b42af6f</a>)</li">https://github.com/super-linter/super-linter/commit/b42af6f21b7bc5b827acd2c977b6047baad41ce9">b42af6f</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint from 9.38.0 to 9.39.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7191%22>#7191</a">https://redirect.github.com/super-linter/super-linter/issues/7191">#7191</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/0cf22c89f925988556f38fcce929adde347f527b%22>0cf22c8</a>)</li">https://github.com/super-linter/super-linter/commit/0cf22c89f925988556f38fcce929adde347f527b">0cf22c8</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint from 9.39.0 to 9.39.1 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7197%22>#7197</a">https://redirect.github.com/super-linter/super-linter/issues/7197">#7197</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/513ae8ba519bb2c67e124d0fa1f03aff521babaa%22>513ae8b</a>)</li">https://github.com/super-linter/super-linter/commit/513ae8ba519bb2c67e124d0fa1f03aff521babaa">513ae8b</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint-plugin-react-hooks (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7180%22>#7180</a">https://redirect.github.com/super-linter/super-linter/issues/7180">#7180</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/61e42084aa3bc2771777fc56ca15f2b480117106%22>61e4208</a>)</li">https://github.com/super-linter/super-linter/commit/61e42084aa3bc2771777fc56ca15f2b480117106">61e4208</a>)</li</a>>
<br /><li><strong>npm:</strong> bump js-yaml from 3.14.1 to 3.14.2 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7210%22>#7210</a">https://redirect.github.com/super-linter/super-linter/issues/7210">#7210</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/29faa987594b8d482545899275cd14bfc3cfe6bd%22>29faa98</a>)</li">https://github.com/super-linter/super-linter/commit/29faa987594b8d482545899275cd14bfc3cfe6bd">29faa98</a>)</li</a>>
<br /><li><strong>npm:</strong> bump npm-groovy-lint from 15.2.1 to 15.2.2 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7130%22>#7130</a">https://redirect.github.com/super-linter/super-linter/issues/7130">#7130</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/49138252344a9c051b5d4c4f12cc660d670415d8%22>4913825</a>)</li">https://github.com/super-linter/super-linter/commit/49138252344a9c051b5d4c4f12cc660d670415d8">4913825</a>)</li</a>>
<br /><li><strong>npm:</strong> bump renovate from 41.142.0 to 41.146.5 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7134%22>#7134</a">https://redirect.github.com/super-linter/super-linter/issues/7134">#7134</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/900b973697b89c3d89462a12bdd556c8dec5b4d0%22>900b973</a>)</li">https://github.com/super-linter/super-linter/commit/900b973697b89c3d89462a12bdd556c8dec5b4d0">900b973</a>)</li</a>>
<br /><li><strong>npm:</strong> bump renovate from 41.151.1 to 41.161.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7182%22>#7182</a">https://redirect.github.com/super-linter/super-linter/issues/7182">#7182</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/1d8c2a20d753278a958cf2a5f8c5b264bd1807c4%22>1d8c2a2</a>)</li">https://github.com/super-linter/super-linter/commit/1d8c2a20d753278a958cf2a5f8c5b264bd1807c4">1d8c2a2</a>)</li</a>>
<br /><li><strong>npm:</strong> bump renovate from 41.161.0 to 42.4.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7198%22>#7198</a">https://redirect.github.com/super-linter/super-linter/issues/7198">#7198</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/0a4ed306a12b6a923c8c5ae80b798fd64314e193%22>0a4ed30</a>)</li">https://github.com/super-linter/super-linter/commit/0a4ed306a12b6a923c8c5ae80b798fd64314e193">0a4ed30</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the eslint-plugins-configs group across 1
<br />directory with 2 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7145%22>#7145</a">https://redirect.github.com/super-linter/super-linter/issues/7145">#7145</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/c137ca99f70bb902052d71b0191dd000fb2390a1%22>c137ca9</a>)</li">https://github.com/super-linter/super-linter/commit/c137ca99f70bb902052d71b0191dd000fb2390a1">c137ca9</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 2
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7175%22>#7175</a">https://redirect.github.com/super-linter/super-linter/issues/7175">#7175</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/f0b0ff5c9a26aac384cd4b016a099932ec2f96a9%22>f0b0ff5</a>)</li">https://github.com/super-linter/super-linter/commit/f0b0ff5c9a26aac384cd4b016a099932ec2f96a9">f0b0ff5</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 3
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7146%22>#7146</a">https://redirect.github.com/super-linter/super-linter/issues/7146">#7146</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/d4d3f168263fb5ae8b10cec7280d34954230f0a0%22>d4d3f16</a>)</li">https://github.com/super-linter/super-linter/commit/d4d3f168263fb5ae8b10cec7280d34954230f0a0">d4d3f16</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 3
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7195%22>#7195</a">https://redirect.github.com/super-linter/super-linter/issues/7195">#7195</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/ad4f63c1683738277ceb276609c1acedf4f72ca9%22>ad4f63c</a>)</li">https://github.com/super-linter/super-linter/commit/ad4f63c1683738277ceb276609c1acedf4f72ca9">ad4f63c</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 5
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7233%22>#7233</a">https://redirect.github.com/super-linter/super-linter/issues/7233">#7233</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/5cadbf190ab223e8deab07f2415670e0aef342d9%22>5cadbf1</a>)</li">https://github.com/super-linter/super-linter/commit/5cadbf190ab223e8deab07f2415670e0aef342d9">5cadbf1</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 8
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7221%22>#7221</a">https://redirect.github.com/super-linter/super-linter/issues/7221">#7221</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/3802c521f77bf81bda1453e9ba189a6e442a0dbb%22>3802c52</a>)</li">https://github.com/super-linter/super-linter/commit/3802c521f77bf81bda1453e9ba189a6e442a0dbb">3802c52</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the react group across 1 directory with 2
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7190%22>#7190</a">https://redirect.github.com/super-linter/super-linter/issues/7190">#7190</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/d6c8078d417d100057ba28b372755aa78d9cbf0b%22>d6c8078</a>)</li">https://github.com/super-linter/super-linter/commit/d6c8078d417d100057ba28b372755aa78d9cbf0b">d6c8078</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the react group across 1 directory with 4
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7128%22>#7128</a">https://redirect.github.com/super-linter/super-linter/issues/7128">#7128</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/40347029803087080f7cc79e7ca129c1e6b7cbd1%22>4034702</a>)</li">https://github.com/super-linter/super-linter/commit/40347029803087080f7cc79e7ca129c1e6b7cbd1">4034702</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the typescript group across 1 directory
<br />with 2 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7176%22>#7176</a">https://redirect.github.com/super-linter/super-linter/issues/7176">#7176</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/39aba7679238de915382df7ecbe0194bc6677af9%22>39aba76</a>)</li">https://github.com/super-linter/super-linter/commit/39aba7679238de915382df7ecbe0194bc6677af9">39aba76</a>)</li</a>>
<br /><li><strong>python:</strong> bump the pip group across 1 directory with
<br />11 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7199%22>#7199</a">https://redirect.github.com/super-linter/super-linter/issues/7199">#7199</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/07fbf76c2cf08a5c12b51f73329ae4ddc0c93d22%22>07fbf76</a>)</li">https://github.com/super-linter/super-linter/commit/07fbf76c2cf08a5c12b51f73329ae4ddc0c93d22">07fbf76</a>)</li</a>>
<br /><li><strong>python:</strong> bump the pip group across 1 directory with
<br />3 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7234%22>#7234</a">https://redirect.github.com/super-linter/super-linter/issues/7234">#7234</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/c8bd6d308cdb7dc47ef439de8edff221afca95d2%22>c8bd6d3</a>)</li">https://github.com/super-linter/super-linter/commit/c8bd6d308cdb7dc47ef439de8edff221afca95d2">c8bd6d3</a>)</li</a>>
<br /></ul>
<br /><!-- raw HTML omitted -->
<br /></blockquote>
<br /><p>... (truncated)</p>
<br /></details>
<br /><details>
<br /><summary>Changelog</summary>
<br /><p><em>Sourced from <a
<br />href="<a href="https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md%22>super-linter/super-linter's">https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md">super-linter/super-linter's</a>
<br />changelog</a>.</em></p>
<br /><blockquote>
<br /><h1>Changelog</h1>
<br /><h2><a
<br />href="<a href="https://github.com/super-linter/super-linter/compare/v8.2.1...v8.3.0%22>8.3.0</a">https://github.com/super-linter/super-linter/compare/v8.2.1...v8.3.0">8.3.0</a</a>>
<br />(2025-11-28)</h2>
<br /><h3>🚀 Features</h3>
<br /><ul>
<br /><li>add ability to specify config files for nbqa tools (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7184%22>#7184</a">https://redirect.github.com/super-linter/super-linter/issues/7184">#7184</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/b37c1c33a78f7cbf9bfa04609b83180319421bfc%22>b37c1c3</a>)</li">https://github.com/super-linter/super-linter/commit/b37c1c33a78f7cbf9bfa04609b83180319421bfc">b37c1c3</a>)</li</a>>
<br /><li>lint dependabot, github actions with zizmor (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7241%22>#7241</a">https://redirect.github.com/super-linter/super-linter/issues/7241">#7241</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/09306cdabe5c1afaedcab156e7a75b88575c829b%22>09306cd</a">https://github.com/super-linter/super-linter/commit/09306cdabe5c1afaedcab156e7a75b88575c829b">09306cd</a</a>>),
<br />closes <a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7137%22>#7137</a></li">https://redirect.github.com/super-linter/super-linter/issues/7137">#7137</a></li</a>>
<br /><li>support rust 2024 (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7211%22>#7211</a">https://redirect.github.com/super-linter/super-linter/issues/7211">#7211</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/c15ee6dd7d559940b734579617c3637b9c007f6f%22>c15ee6d</a">https://github.com/super-linter/super-linter/commit/c15ee6dd7d559940b734579617c3637b9c007f6f">c15ee6d</a</a>>),
<br />closes <a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7139%22>#7139</a></li">https://redirect.github.com/super-linter/super-linter/issues/7139">#7139</a></li</a>>
<br /></ul>
<br /><h3>🐛 Bugfixes</h3>
<br /><ul>
<br /><li>parse json to extract terraform version (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7239%22>#7239</a">https://redirect.github.com/super-linter/super-linter/issues/7239">#7239</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/29f17277db2147d8af291ae20e5c792b499052c7%22>29f1727</a>)</li">https://github.com/super-linter/super-linter/commit/29f17277db2147d8af291ae20e5c792b499052c7">29f1727</a>)</li</a>>
<br /></ul>
<br /><h3>⬆️ Dependency updates</h3>
<br /><ul>
<br /><li><strong>bundler:</strong> bump rubocop in /dependencies in the
<br />rubocop group (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7188%22>#7188</a">https://redirect.github.com/super-linter/super-linter/issues/7188">#7188</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/74b24446f8c7575d1b83edc5c975726d9e47416a%22>74b2444</a>)</li">https://github.com/super-linter/super-linter/commit/74b24446f8c7575d1b83edc5c975726d9e47416a">74b2444</a>)</li</a>>
<br /><li><strong>bundler:</strong> bump rubocop-rails in /dependencies in the
<br />rubocop group (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7231%22>#7231</a">https://redirect.github.com/super-linter/super-linter/issues/7231">#7231</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/dd55c528c7a818fc25840f934f8a8d8c8264bab7%22>dd55c52</a>)</li">https://github.com/super-linter/super-linter/commit/dd55c528c7a818fc25840f934f8a8d8c8264bab7">dd55c52</a>)</li</a>>
<br /><li><strong>bundler:</strong> bump the rubocop group in /dependencies
<br />with 2 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7178%22>#7178</a">https://redirect.github.com/super-linter/super-linter/issues/7178">#7178</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/3bdc91928162635ba67a148016a0ee29846087c6%22>3bdc919</a>)</li">https://github.com/super-linter/super-linter/commit/3bdc91928162635ba67a148016a0ee29846087c6">3bdc919</a>)</li</a>>
<br /><li><strong>bundler:</strong> bump the rubocop group in /dependencies
<br />with 4 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7202%22>#7202</a">https://redirect.github.com/super-linter/super-linter/issues/7202">#7202</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/0e09528bdf1e450d83fab9ce2400225a11c7657d%22>0e09528</a>)</li">https://github.com/super-linter/super-linter/commit/0e09528bdf1e450d83fab9ce2400225a11c7657d">0e09528</a>)</li</a>>
<br /><li><strong>docker:</strong> bump python in the docker-base-images group
<br />(<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7123%22>#7123</a">https://redirect.github.com/super-linter/super-linter/issues/7123">#7123</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/41c3da1d09d0e5ec067ad65c9b855c6aeff225bc%22>41c3da1</a>)</li">https://github.com/super-linter/super-linter/commit/41c3da1d09d0e5ec067ad65c9b855c6aeff225bc">41c3da1</a>)</li</a>>
<br /><li><strong>docker:</strong> bump the docker group across 1 directory
<br />with 12 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7235%22>#7235</a">https://redirect.github.com/super-linter/super-linter/issues/7235">#7235</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/b1cf27d548d8e772a89094d18b52c6d097b5ba08%22>b1cf27d</a>)</li">https://github.com/super-linter/super-linter/commit/b1cf27d548d8e772a89094d18b52c6d097b5ba08">b1cf27d</a>)</li</a>>
<br /><li><strong>docker:</strong> bump the docker group across 1 directory
<br />with 6 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7148%22>#7148</a">https://redirect.github.com/super-linter/super-linter/issues/7148">#7148</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/76149cff49dabb7f045e86f46e93f6767e2da34d%22>76149cf</a>)</li">https://github.com/super-linter/super-linter/commit/76149cff49dabb7f045e86f46e93f6767e2da34d">76149cf</a>)</li</a>>
<br /><li><strong>docker:</strong> bump the docker group across 1 directory
<br />with 9 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7194%22>#7194</a">https://redirect.github.com/super-linter/super-linter/issues/7194">#7194</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/45f731ea75a53496824bd31bb77c6ceab71a18ec%22>45f731e</a>)</li">https://github.com/super-linter/super-linter/commit/45f731ea75a53496824bd31bb77c6ceab71a18ec">45f731e</a>)</li</a>>
<br /><li><strong>npm:</strong> bump <code>@babel/eslint-parser</code> in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7183%22>#7183</a">https://redirect.github.com/super-linter/super-linter/issues/7183">#7183</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/197eb8863a766dcfcf4c4ca670dc8560a9db85c6%22>197eb88</a>)</li">https://github.com/super-linter/super-linter/commit/197eb8863a766dcfcf4c4ca670dc8560a9db85c6">197eb88</a>)</li</a>>
<br /><li><strong>npm:</strong> bump
<br /><code>@typescript-eslint/eslint-plugin</code> (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7127%22>#7127</a">https://redirect.github.com/super-linter/super-linter/issues/7127">#7127</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/2d57f06c64c521f2cfbbea3b8cc9c8f080fb473a%22>2d57f06</a>)</li">https://github.com/super-linter/super-linter/commit/2d57f06c64c521f2cfbbea3b8cc9c8f080fb473a">2d57f06</a>)</li</a>>
<br /><li><strong>npm:</strong> bump
<br /><code>@typescript-eslint/eslint-plugin</code> (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7196%22>#7196</a">https://redirect.github.com/super-linter/super-linter/issues/7196">#7196</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/033ea992a1aa5a0d4f868c2a3d401008ef218d9a%22>033ea99</a>)</li">https://github.com/super-linter/super-linter/commit/033ea992a1aa5a0d4f868c2a3d401008ef218d9a">033ea99</a>)</li</a>>
<br /><li><strong>npm:</strong> bump body-parser from 2.2.0 to 2.2.1 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7238%22>#7238</a">https://redirect.github.com/super-linter/super-linter/issues/7238">#7238</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/30403f6aa43e234b7196dfd2eaa425b05294aa4c%22>30403f6</a>)</li">https://github.com/super-linter/super-linter/commit/30403f6aa43e234b7196dfd2eaa425b05294aa4c">30403f6</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint from 9.37.0 to 9.38.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7170%22>#7170</a">https://redirect.github.com/super-linter/super-linter/issues/7170">#7170</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/b42af6f21b7bc5b827acd2c977b6047baad41ce9%22>b42af6f</a>)</li">https://github.com/super-linter/super-linter/commit/b42af6f21b7bc5b827acd2c977b6047baad41ce9">b42af6f</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint from 9.38.0 to 9.39.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7191%22>#7191</a">https://redirect.github.com/super-linter/super-linter/issues/7191">#7191</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/0cf22c89f925988556f38fcce929adde347f527b%22>0cf22c8</a>)</li">https://github.com/super-linter/super-linter/commit/0cf22c89f925988556f38fcce929adde347f527b">0cf22c8</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint from 9.39.0 to 9.39.1 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7197%22>#7197</a">https://redirect.github.com/super-linter/super-linter/issues/7197">#7197</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/513ae8ba519bb2c67e124d0fa1f03aff521babaa%22>513ae8b</a>)</li">https://github.com/super-linter/super-linter/commit/513ae8ba519bb2c67e124d0fa1f03aff521babaa">513ae8b</a>)</li</a>>
<br /><li><strong>npm:</strong> bump eslint-plugin-react-hooks (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7180%22>#7180</a">https://redirect.github.com/super-linter/super-linter/issues/7180">#7180</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/61e42084aa3bc2771777fc56ca15f2b480117106%22>61e4208</a>)</li">https://github.com/super-linter/super-linter/commit/61e42084aa3bc2771777fc56ca15f2b480117106">61e4208</a>)</li</a>>
<br /><li><strong>npm:</strong> bump js-yaml from 3.14.1 to 3.14.2 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7210%22>#7210</a">https://redirect.github.com/super-linter/super-linter/issues/7210">#7210</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/29faa987594b8d482545899275cd14bfc3cfe6bd%22>29faa98</a>)</li">https://github.com/super-linter/super-linter/commit/29faa987594b8d482545899275cd14bfc3cfe6bd">29faa98</a>)</li</a>>
<br /><li><strong>npm:</strong> bump npm-groovy-lint from 15.2.1 to 15.2.2 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7130%22>#7130</a">https://redirect.github.com/super-linter/super-linter/issues/7130">#7130</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/49138252344a9c051b5d4c4f12cc660d670415d8%22>4913825</a>)</li">https://github.com/super-linter/super-linter/commit/49138252344a9c051b5d4c4f12cc660d670415d8">4913825</a>)</li</a>>
<br /><li><strong>npm:</strong> bump renovate from 41.142.0 to 41.146.5 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7134%22>#7134</a">https://redirect.github.com/super-linter/super-linter/issues/7134">#7134</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/900b973697b89c3d89462a12bdd556c8dec5b4d0%22>900b973</a>)</li">https://github.com/super-linter/super-linter/commit/900b973697b89c3d89462a12bdd556c8dec5b4d0">900b973</a>)</li</a>>
<br /><li><strong>npm:</strong> bump renovate from 41.151.1 to 41.161.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7182%22>#7182</a">https://redirect.github.com/super-linter/super-linter/issues/7182">#7182</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/1d8c2a20d753278a958cf2a5f8c5b264bd1807c4%22>1d8c2a2</a>)</li">https://github.com/super-linter/super-linter/commit/1d8c2a20d753278a958cf2a5f8c5b264bd1807c4">1d8c2a2</a>)</li</a>>
<br /><li><strong>npm:</strong> bump renovate from 41.161.0 to 42.4.0 in
<br />/dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7198%22>#7198</a">https://redirect.github.com/super-linter/super-linter/issues/7198">#7198</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/0a4ed306a12b6a923c8c5ae80b798fd64314e193%22>0a4ed30</a>)</li">https://github.com/super-linter/super-linter/commit/0a4ed306a12b6a923c8c5ae80b798fd64314e193">0a4ed30</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the eslint-plugins-configs group across 1
<br />directory with 2 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7145%22>#7145</a">https://redirect.github.com/super-linter/super-linter/issues/7145">#7145</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/c137ca99f70bb902052d71b0191dd000fb2390a1%22>c137ca9</a>)</li">https://github.com/super-linter/super-linter/commit/c137ca99f70bb902052d71b0191dd000fb2390a1">c137ca9</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 2
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7175%22>#7175</a">https://redirect.github.com/super-linter/super-linter/issues/7175">#7175</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/f0b0ff5c9a26aac384cd4b016a099932ec2f96a9%22>f0b0ff5</a>)</li">https://github.com/super-linter/super-linter/commit/f0b0ff5c9a26aac384cd4b016a099932ec2f96a9">f0b0ff5</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 3
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7146%22>#7146</a">https://redirect.github.com/super-linter/super-linter/issues/7146">#7146</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/d4d3f168263fb5ae8b10cec7280d34954230f0a0%22>d4d3f16</a>)</li">https://github.com/super-linter/super-linter/commit/d4d3f168263fb5ae8b10cec7280d34954230f0a0">d4d3f16</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 3
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7195%22>#7195</a">https://redirect.github.com/super-linter/super-linter/issues/7195">#7195</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/ad4f63c1683738277ceb276609c1acedf4f72ca9%22>ad4f63c</a>)</li">https://github.com/super-linter/super-linter/commit/ad4f63c1683738277ceb276609c1acedf4f72ca9">ad4f63c</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 5
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7233%22>#7233</a">https://redirect.github.com/super-linter/super-linter/issues/7233">#7233</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/5cadbf190ab223e8deab07f2415670e0aef342d9%22>5cadbf1</a>)</li">https://github.com/super-linter/super-linter/commit/5cadbf190ab223e8deab07f2415670e0aef342d9">5cadbf1</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the npm group across 1 directory with 8
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7221%22>#7221</a">https://redirect.github.com/super-linter/super-linter/issues/7221">#7221</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/3802c521f77bf81bda1453e9ba189a6e442a0dbb%22>3802c52</a>)</li">https://github.com/super-linter/super-linter/commit/3802c521f77bf81bda1453e9ba189a6e442a0dbb">3802c52</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the react group across 1 directory with 2
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7190%22>#7190</a">https://redirect.github.com/super-linter/super-linter/issues/7190">#7190</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/d6c8078d417d100057ba28b372755aa78d9cbf0b%22>d6c8078</a>)</li">https://github.com/super-linter/super-linter/commit/d6c8078d417d100057ba28b372755aa78d9cbf0b">d6c8078</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the react group across 1 directory with 4
<br />updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7128%22>#7128</a">https://redirect.github.com/super-linter/super-linter/issues/7128">#7128</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/40347029803087080f7cc79e7ca129c1e6b7cbd1%22>4034702</a>)</li">https://github.com/super-linter/super-linter/commit/40347029803087080f7cc79e7ca129c1e6b7cbd1">4034702</a>)</li</a>>
<br /><li><strong>npm:</strong> bump the typescript group across 1 directory
<br />with 2 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7176%22>#7176</a">https://redirect.github.com/super-linter/super-linter/issues/7176">#7176</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/39aba7679238de915382df7ecbe0194bc6677af9%22>39aba76</a>)</li">https://github.com/super-linter/super-linter/commit/39aba7679238de915382df7ecbe0194bc6677af9">39aba76</a>)</li</a>>
<br /><li><strong>python:</strong> bump the pip group across 1 directory with
<br />11 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7199%22>#7199</a">https://redirect.github.com/super-linter/super-linter/issues/7199">#7199</a</a>>)
<br />(<a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/07fbf76c2cf08a5c12b51f73329ae4ddc0c93d22%22>07fbf76</a>)</li">https://github.com/super-linter/super-linter/commit/07fbf76c2cf08a5c12b51f73329ae4ddc0c93d22">07fbf76</a>)</li</a>>
<br /></ul>
<br /><!-- raw HTML omitted -->
<br /></blockquote>
<br /><p>... (truncated)</p>
<br /></details>
<br /><details>
<br /><summary>Commits</summary>
<br /><ul>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/502f4fe48a81a392756e173e39a861f8c8efe056%22><code>502f4fe</code></a">https://github.com/super-linter/super-linter/commit/502f4fe48a81a392756e173e39a861f8c8efe056"><code>502f4fe</code></a</a>>
<br />chore(main): release 8.3.0 (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7149%22>#7149</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7149">#7149</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/13997378fdbc9d06dd8791ab2ff8985d27810d58%22><code>1399737</code></a">https://github.com/super-linter/super-linter/commit/13997378fdbc9d06dd8791ab2ff8985d27810d58"><code>1399737</code></a</a>>
<br />chore: update google-java-format to 1.29.0 (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7104%22>#7104</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7104">#7104</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/b1cf27d548d8e772a89094d18b52c6d097b5ba08%22><code>b1cf27d</code></a">https://github.com/super-linter/super-linter/commit/b1cf27d548d8e772a89094d18b52c6d097b5ba08"><code>b1cf27d</code></a</a>>
<br />deps(docker): bump the docker group across 1 directory with 12 updates
<br />(<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7235%22>#7235</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7235">#7235</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/09306cdabe5c1afaedcab156e7a75b88575c829b%22><code>09306cd</code></a">https://github.com/super-linter/super-linter/commit/09306cdabe5c1afaedcab156e7a75b88575c829b"><code>09306cd</code></a</a>>
<br />feat: lint dependabot, github actions with zizmor (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7241%22>#7241</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7241">#7241</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/5aa81e2b92d9cec28bdd7183b8197383aace3203%22><code>5aa81e2</code></a">https://github.com/super-linter/super-linter/commit/5aa81e2b92d9cec28bdd7183b8197383aace3203"><code>5aa81e2</code></a</a>>
<br />chore: set devcontainer name (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7240%22>#7240</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7240">#7240</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/29f17277db2147d8af291ae20e5c792b499052c7%22><code>29f1727</code></a">https://github.com/super-linter/super-linter/commit/29f17277db2147d8af291ae20e5c792b499052c7"><code>29f1727</code></a</a>>
<br />fix: parse json to extract terraform version (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7239%22>#7239</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7239">#7239</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/30403f6aa43e234b7196dfd2eaa425b05294aa4c%22><code>30403f6</code></a">https://github.com/super-linter/super-linter/commit/30403f6aa43e234b7196dfd2eaa425b05294aa4c"><code>30403f6</code></a</a>>
<br />deps(npm): bump body-parser from 2.2.0 to 2.2.1 in /dependencies (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7238%22>#7238</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7238">#7238</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/c8bd6d308cdb7dc47ef439de8edff221afca95d2%22><code>c8bd6d3</code></a">https://github.com/super-linter/super-linter/commit/c8bd6d308cdb7dc47ef439de8edff221afca95d2"><code>c8bd6d3</code></a</a>>
<br />deps(python): bump the pip group across 1 directory with 3 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7234%22>#7234</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7234">#7234</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/5cadbf190ab223e8deab07f2415670e0aef342d9%22><code>5cadbf1</code></a">https://github.com/super-linter/super-linter/commit/5cadbf190ab223e8deab07f2415670e0aef342d9"><code>5cadbf1</code></a</a>>
<br />deps(npm): bump the npm group across 1 directory with 5 updates (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7233%22>#7233</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7233">#7233</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/super-linter/super-linter/commit/f40c1749ad03cda5cbb70dd78fd74c9f2a8209a6%22><code>f40c174</code></a">https://github.com/super-linter/super-linter/commit/f40c1749ad03cda5cbb70dd78fd74c9f2a8209a6"><code>f40c174</code></a</a>>
<br />ci(github-actions): bump actions/checkout in the dev-ci-tools group (<a
<br />href="<a href="https://redirect.github.com/super-linter/super-linter/issues/7232%22>#7232</a>)</li">https://redirect.github.com/super-linter/super-linter/issues/7232">#7232</a>)</li</a>>
<br /><li>Additional commits viewable in <a
<br />href="<a href="https://github.com/super-linter/super-linter/compare/2bdd90ed3262e023ac84bf8fe35dc480721fc1f2...502f4fe48a81a392756e173e39a861f8c8efe056%22>compare">https://github.com/super-linter/super-linter/compare/2bdd90ed3262e023ac84bf8fe35dc480721fc1f2...502f4fe48a81a392756e173e39a861f8c8efe056">compare</a>
<br />view</a></li>
<br /></ul>
<br /></details>
<br /><br /></p>
<p>[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores">https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=super-linter/super-linter&package-manager=github_actions&previous-version=8.2.1&new-version=8.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores</a>)</p>
<p>Dependabot will resolve any conflicts with this PR as long as you don't
<br />alter it yourself. You can also trigger a rebase manually by commenting
<br />`@dependabot rebase`.</p>
<p>[//]: # (dependabot-automerge-start)
<br />[//]: # (dependabot-automerge-end)</p>
<p>---</p>
<p><details>
<br /><summary>Dependabot commands and options</summary>
<br /><br /></p>
<p>You can trigger Dependabot actions by commenting on this PR:
<br />- `@dependabot rebase` will rebase this PR
<br />- `@dependabot recreate` will recreate this PR, overwriting any edits
<br />that have been made to it
<br />- `@dependabot merge` will merge this PR after your CI passes on it
<br />- `@dependabot squash and merge` will squash and merge this PR after
<br />your CI passes on it
<br />- `@dependabot cancel merge` will cancel a previously requested merge
<br />and block automerging
<br />- `@dependabot reopen` will reopen this PR if it is closed
<br />- `@dependabot close` will close this PR and stop Dependabot recreating
<br />it. You can achieve the same result by closing it manually
<br />- `@dependabot show <dependency name> ignore conditions` will show all
<br />of the ignore conditions of the specified dependency
<br />- `@dependabot ignore this major version` will close this PR and stop
<br />Dependabot creating any more for this major version (unless you reopen
<br />the PR or upgrade to it yourself)
<br />- `@dependabot ignore this minor version` will close this PR and stop
<br />Dependabot creating any more for this minor version (unless you reopen
<br />the PR or upgrade to it yourself)
<br />- `@dependabot ignore this dependency` will close this PR and stop
<br />Dependabot creating any more for this dependency (unless you reopen the
<br />PR or upgrade to it yourself)</p>
<p></details></p>
<p>---------</p>
<p>Signed-off-by: dependabot[bot] <support@github.com>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<br />Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
<br />Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com></p>github-actionstag:github.com,2008:Repository/843751204/v1.7.42025-11-26T15:53:56Zv1.7.4<p>Bump actions/checkout from 5 to 6 (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/67">#67</a>)</p>
<p>Bumps [actions/checkout](<a href="https://github.com/actions/checkout">https://github.com/actions/checkout</a>) from 5 to
<br />6.
<br /><details>
<br /><summary>Release notes</summary>
<br /><p><em>Sourced from <a
<br />href="<a href="https://github.com/actions/checkout/releases%22>actions/checkout's">https://github.com/actions/checkout/releases">actions/checkout's</a>
<br />releases</a>.</em></p>
<br /><blockquote>
<br /><h2>v6.0.0</h2>
<br /><h2>What's Changed</h2>
<br /><ul>
<br /><li>Update README to include Node.js 24 support details and requirements
<br />by <a href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2248%22>actions/checkout#2248</a></li">https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li</a>>
<br /><li>Persist creds to a separate file by <a
<br />href="<a href="https://github.com/ericsciple%22><code>@%E2%80%8Bericsciple</code></a">https://github.com/ericsciple"><code>@ericsciple</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2286%22>actions/checkout#2286</a></li">https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li</a>>
<br /><li>v6-beta by <a
<br />href="<a href="https://github.com/ericsciple%22><code>@%E2%80%8Bericsciple</code></a">https://github.com/ericsciple"><code>@ericsciple</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2298%22>actions/checkout#2298</a></li">https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li</a>>
<br /><li>update readme/changelog for v6 by <a
<br />href="<a href="https://github.com/ericsciple%22><code>@%E2%80%8Bericsciple</code></a">https://github.com/ericsciple"><code>@ericsciple</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2311%22>actions/checkout#2311</a></li">https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li</a>>
<br /></ul>
<br /><p><strong>Full Changelog</strong>: <a
<br />href="<a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0%22>https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p</a>>
<br /><h2>v6-beta</h2>
<br /><h2>What's Changed</h2>
<br /><p>Updated persist-credentials to store the credentials under
<br /><code>$RUNNER_TEMP</code> instead of directly in the local git
<br />config.</p>
<br /><p>This requires a minimum Actions Runner version of <a
<br />href="<a href="https://github.com/actions/runner/releases/tag/v2.329.0%22>v2.329.0</a">https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a</a>>
<br />to access the persisted credentials for <a
<br />href="<a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action%22>Docker">https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker</a>
<br />container action</a> scenarios.</p>
<br /><h2>v5.0.1</h2>
<br /><h2>What's Changed</h2>
<br /><ul>
<br /><li>Port v6 cleanup to v5 by <a
<br />href="<a href="https://github.com/ericsciple%22><code>@%E2%80%8Bericsciple</code></a">https://github.com/ericsciple"><code>@ericsciple</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2301%22>actions/checkout#2301</a></li">https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li</a>>
<br /></ul>
<br /><p><strong>Full Changelog</strong>: <a
<br />href="<a href="https://github.com/actions/checkout/compare/v5...v5.0.1%22>https://github.com/actions/checkout/compare/v5...v5.0.1</a></p">https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p</a>>
<br /></blockquote>
<br /></details>
<br /><details>
<br /><summary>Changelog</summary>
<br /><p><em>Sourced from <a
<br />href="<a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md%22>actions/checkout's">https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's</a>
<br />changelog</a>.</em></p>
<br /><blockquote>
<br /><h1>Changelog</h1>
<br /><h2>V6.0.0</h2>
<br /><ul>
<br /><li>Persist creds to a separate file by <a
<br />href="<a href="https://github.com/ericsciple%22><code>@%E2%80%8Bericsciple</code></a">https://github.com/ericsciple"><code>@ericsciple</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2286%22>actions/checkout#2286</a></li">https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li</a>>
<br /><li>Update README to include Node.js 24 support details and requirements
<br />by <a href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2248%22>actions/checkout#2248</a></li">https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li</a>>
<br /></ul>
<br /><h2>V5.0.1</h2>
<br /><ul>
<br /><li>Port v6 cleanup to v5 by <a
<br />href="<a href="https://github.com/ericsciple%22><code>@%E2%80%8Bericsciple</code></a">https://github.com/ericsciple"><code>@ericsciple</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2301%22>actions/checkout#2301</a></li">https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li</a>>
<br /></ul>
<br /><h2>V5.0.0</h2>
<br /><ul>
<br /><li>Update actions checkout to use node 24 by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2226%22>actions/checkout#2226</a></li">https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li</a>>
<br /></ul>
<br /><h2>V4.3.1</h2>
<br /><ul>
<br /><li>Port v6 cleanup to v4 by <a
<br />href="<a href="https://github.com/ericsciple%22><code>@%E2%80%8Bericsciple</code></a">https://github.com/ericsciple"><code>@ericsciple</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2305%22>actions/checkout#2305</a></li">https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li</a>>
<br /></ul>
<br /><h2>V4.3.0</h2>
<br /><ul>
<br /><li>docs: update README.md by <a
<br />href="<a href="https://github.com/motss%22><code>@%E2%80%8Bmotss</code></a">https://github.com/motss"><code>@motss</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1971%22>actions/checkout#1971</a></li">https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li</a>>
<br /><li>Add internal repos for checking out multiple repositories by <a
<br />href="<a href="https://github.com/mouismail%22><code>@%E2%80%8Bmouismail</code></a">https://github.com/mouismail"><code>@mouismail</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1977%22>actions/checkout#1977</a></li">https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li</a>>
<br /><li>Documentation update - add recommended permissions to Readme by <a
<br />href="<a href="https://github.com/benwells%22><code>@%E2%80%8Bbenwells</code></a">https://github.com/benwells"><code>@benwells</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2043%22>actions/checkout#2043</a></li">https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li</a>>
<br /><li>Adjust positioning of user email note and permissions heading by <a
<br />href="<a href="https://github.com/joshmgross%22><code>@%E2%80%8Bjoshmgross</code></a">https://github.com/joshmgross"><code>@joshmgross</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2044%22>actions/checkout#2044</a></li">https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li</a>>
<br /><li>Update README.md by <a
<br />href="<a href="https://github.com/nebuk89%22><code>@%E2%80%8Bnebuk89</code></a">https://github.com/nebuk89"><code>@nebuk89</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2194%22>actions/checkout#2194</a></li">https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li</a>>
<br /><li>Update CODEOWNERS for actions by <a
<br />href="<a href="https://github.com/TingluoHuang%22><code>@%E2%80%8BTingluoHuang</code></a">https://github.com/TingluoHuang"><code>@TingluoHuang</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2224%22>actions/checkout#2224</a></li">https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li</a>>
<br /><li>Update package dependencies by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2236%22>actions/checkout#2236</a></li">https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li</a>>
<br /></ul>
<br /><h2>v4.2.2</h2>
<br /><ul>
<br /><li><code>url-helper.ts</code> now leverages well-known environment
<br />variables by <a href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1941%22>actions/checkout#1941</a></li">https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li</a>>
<br /><li>Expand unit test coverage for <code>isGhes</code> by <a
<br />href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1946%22>actions/checkout#1946</a></li">https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li</a>>
<br /></ul>
<br /><h2>v4.2.1</h2>
<br /><ul>
<br /><li>Check out other refs/* by commit if provided, fall back to ref by <a
<br />href="<a href="https://github.com/orhantoy%22><code>@%E2%80%8Borhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1924%22>actions/checkout#1924</a></li">https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li</a>>
<br /></ul>
<br /><h2>v4.2.0</h2>
<br /><ul>
<br /><li>Add Ref and Commit outputs by <a
<br />href="<a href="https://github.com/lucacome%22><code>@%E2%80%8Blucacome</code></a">https://github.com/lucacome"><code>@lucacome</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1180%22>actions/checkout#1180</a></li">https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li</a>>
<br /><li>Dependency updates by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a>-">https://github.com/dependabot"><code>@dependabot</code></a>-</a> <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1777%22>actions/checkout#1777</a">https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a</a>>,
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1872%22>actions/checkout#1872</a></li">https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li</a>>
<br /></ul>
<br /><h2>v4.1.7</h2>
<br /><ul>
<br /><li>Bump the minor-npm-dependencies group across 1 directory with 4
<br />updates by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1739%22>actions/checkout#1739</a></li">https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li</a>>
<br /><li>Bump actions/checkout from 3 to 4 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1697%22>actions/checkout#1697</a></li">https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li</a>>
<br /><li>Check out other refs/* by commit by <a
<br />href="<a href="https://github.com/orhantoy%22><code>@%E2%80%8Borhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1774%22>actions/checkout#1774</a></li">https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li</a>>
<br /><li>Pin actions/checkout's own workflows to a known, good, stable
<br />version. by <a href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1776%22>actions/checkout#1776</a></li">https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li</a>>
<br /></ul>
<br /><h2>v4.1.6</h2>
<br /><ul>
<br /><li>Check platform to set archive extension appropriately by <a
<br />href="<a href="https://github.com/cory-miller%22><code>@%E2%80%8Bcory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1732%22>actions/checkout#1732</a></li">https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li</a>>
<br /></ul>
<br /><h2>v4.1.5</h2>
<br /><ul>
<br /><li>Update NPM dependencies by <a
<br />href="<a href="https://github.com/cory-miller%22><code>@%E2%80%8Bcory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1703%22>actions/checkout#1703</a></li">https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li</a>>
<br /><li>Bump github/codeql-action from 2 to 3 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1694%22>actions/checkout#1694</a></li">https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li</a>>
<br /><li>Bump actions/setup-node from 1 to 4 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1696%22>actions/checkout#1696</a></li">https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li</a>>
<br /><li>Bump actions/upload-artifact from 2 to 4 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1695%22>actions/checkout#1695</a></li">https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li</a>>
<br /></ul>
<br /><!-- raw HTML omitted -->
<br /></blockquote>
<br /><p>... (truncated)</p>
<br /></details>
<br /><details>
<br /><summary>Commits</summary>
<br /><ul>
<br /><li><a
<br />href="<a href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3%22><code>1af3b93</code></a">https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a</a>>
<br />update readme/changelog for v6 (<a
<br />href="<a href="https://redirect.github.com/actions/checkout/issues/2311%22>#2311</a>)</li">https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e%22><code>71cf226</code></a">https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a</a>>
<br />v6-beta (<a
<br />href="<a href="https://redirect.github.com/actions/checkout/issues/2298%22>#2298</a>)</li">https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e%22><code>069c695</code></a">https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a</a>>
<br />Persist creds to a separate file (<a
<br />href="<a href="https://redirect.github.com/actions/checkout/issues/2286%22>#2286</a>)</li">https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493%22><code>ff7abcd</code></a">https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a</a>>
<br />Update README to include Node.js 24 support details and requirements (<a
<br />href="<a href="https://redirect.github.com/actions/checkout/issues/2248%22>#2248</a>)</li">https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li</a>>
<br /><li>See full diff in <a
<br />href="<a href="https://github.com/actions/checkout/compare/v5...v6%22>compare">https://github.com/actions/checkout/compare/v5...v6">compare</a>
<br />view</a></li>
<br /></ul>
<br /></details>
<br /><br /></p>
<p>[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores">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</a>)</p>
<p>Dependabot will resolve any conflicts with this PR as long as you don't
<br />alter it yourself. You can also trigger a rebase manually by commenting
<br />`@dependabot rebase`.</p>
<p>[//]: # (dependabot-automerge-start)
<br />[//]: # (dependabot-automerge-end)</p>
<p>---</p>
<p><details>
<br /><summary>Dependabot commands and options</summary>
<br /><br /></p>
<p>You can trigger Dependabot actions by commenting on this PR:
<br />- `@dependabot rebase` will rebase this PR
<br />- `@dependabot recreate` will recreate this PR, overwriting any edits
<br />that have been made to it
<br />- `@dependabot merge` will merge this PR after your CI passes on it
<br />- `@dependabot squash and merge` will squash and merge this PR after
<br />your CI passes on it
<br />- `@dependabot cancel merge` will cancel a previously requested merge
<br />and block automerging
<br />- `@dependabot reopen` will reopen this PR if it is closed
<br />- `@dependabot close` will close this PR and stop Dependabot recreating
<br />it. You can achieve the same result by closing it manually
<br />- `@dependabot show <dependency name> ignore conditions` will show all
<br />of the ignore conditions of the specified dependency
<br />- `@dependabot ignore this major version` will close this PR and stop
<br />Dependabot creating any more for this major version (unless you reopen
<br />the PR or upgrade to it yourself)
<br />- `@dependabot ignore this minor version` will close this PR and stop
<br />Dependabot creating any more for this minor version (unless you reopen
<br />the PR or upgrade to it yourself)
<br />- `@dependabot ignore this dependency` will close this PR and stop
<br />Dependabot creating any more for this dependency (unless you reopen the
<br />PR or upgrade to it yourself)</p>
<p></details></p>
<p>---------</p>
<p>Signed-off-by: dependabot[bot] <support@github.com>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<br />Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
<br />Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com></p>github-actionstag:github.com,2008:Repository/843751204/v1.7.32025-10-05T12:04:14Zv1.7.3<p>Bump actions/checkout from 4 to 5 (<a class="issue-link js-issue-link" href="https://github.com/PSModule/GitHub-Script/pull/66">#66</a>)</p>
<p>Bumps [actions/checkout](<a href="https://github.com/actions/checkout">https://github.com/actions/checkout</a>) from 4 to
<br />5.
<br /><details>
<br /><summary>Release notes</summary>
<br /><p><em>Sourced from <a
<br />href="<a href="https://github.com/actions/checkout/releases%22>actions/checkout's">https://github.com/actions/checkout/releases">actions/checkout's</a>
<br />releases</a>.</em></p>
<br /><blockquote>
<br /><h2>v5.0.0</h2>
<br /><h2>What's Changed</h2>
<br /><ul>
<br /><li>Update actions checkout to use node 24 by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2226%22>actions/checkout#2226</a></li">https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li</a>>
<br /><li>Prepare v5.0.0 release by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2238%22>actions/checkout#2238</a></li">https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li</a>>
<br /></ul>
<br /><h2>⚠️ Minimum Compatible Runner Version</h2>
<br /><p><strong>v2.327.1</strong><br />
<br /><a
<br />href="<a href="https://github.com/actions/runner/releases/tag/v2.327.1%22>Release">https://github.com/actions/runner/releases/tag/v2.327.1">Release</a>
<br />Notes</a></p>
<br /><p>Make sure your runner is updated to this version or newer to use this
<br />release.</p>
<br /><p><strong>Full Changelog</strong>: <a
<br />href="<a href="https://github.com/actions/checkout/compare/v4...v5.0.0%22>https://github.com/actions/checkout/compare/v4...v5.0.0</a></p">https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p</a>>
<br /><h2>v4.3.0</h2>
<br /><h2>What's Changed</h2>
<br /><ul>
<br /><li>docs: update README.md by <a
<br />href="<a href="https://github.com/motss%22><code>@%E2%80%8Bmotss</code></a">https://github.com/motss"><code>@motss</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1971%22>actions/checkout#1971</a></li">https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li</a>>
<br /><li>Add internal repos for checking out multiple repositories by <a
<br />href="<a href="https://github.com/mouismail%22><code>@%E2%80%8Bmouismail</code></a">https://github.com/mouismail"><code>@mouismail</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1977%22>actions/checkout#1977</a></li">https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li</a>>
<br /><li>Documentation update - add recommended permissions to Readme by <a
<br />href="<a href="https://github.com/benwells%22><code>@%E2%80%8Bbenwells</code></a">https://github.com/benwells"><code>@benwells</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2043%22>actions/checkout#2043</a></li">https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li</a>>
<br /><li>Adjust positioning of user email note and permissions heading by <a
<br />href="<a href="https://github.com/joshmgross%22><code>@%E2%80%8Bjoshmgross</code></a">https://github.com/joshmgross"><code>@joshmgross</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2044%22>actions/checkout#2044</a></li">https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li</a>>
<br /><li>Update README.md by <a
<br />href="<a href="https://github.com/nebuk89%22><code>@%E2%80%8Bnebuk89</code></a">https://github.com/nebuk89"><code>@nebuk89</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2194%22>actions/checkout#2194</a></li">https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li</a>>
<br /><li>Update CODEOWNERS for actions by <a
<br />href="<a href="https://github.com/TingluoHuang%22><code>@%E2%80%8BTingluoHuang</code></a">https://github.com/TingluoHuang"><code>@TingluoHuang</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2224%22>actions/checkout#2224</a></li">https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li</a>>
<br /><li>Update package dependencies by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2236%22>actions/checkout#2236</a></li">https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li</a>>
<br /><li>Prepare release v4.3.0 by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2237%22>actions/checkout#2237</a></li">https://redirect.github.com/actions/checkout/pull/2237">actions/checkout#2237</a></li</a>>
<br /></ul>
<br /><h2>New Contributors</h2>
<br /><ul>
<br /><li><a href="<a href="https://github.com/motss%22><code>@%E2%80%8Bmotss</code></a">https://github.com/motss"><code>@motss</code></a</a>> made
<br />their first contribution in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1971%22>actions/checkout#1971</a></li">https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li</a>>
<br /><li><a href="<a href="https://github.com/mouismail%22><code>@%E2%80%8Bmouismail</code></a">https://github.com/mouismail"><code>@mouismail</code></a</a>>
<br />made their first contribution in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1977%22>actions/checkout#1977</a></li">https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li</a>>
<br /><li><a href="<a href="https://github.com/benwells%22><code>@%E2%80%8Bbenwells</code></a">https://github.com/benwells"><code>@benwells</code></a</a>>
<br />made their first contribution in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2043%22>actions/checkout#2043</a></li">https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li</a>>
<br /><li><a href="<a href="https://github.com/nebuk89%22><code>@%E2%80%8Bnebuk89</code></a">https://github.com/nebuk89"><code>@nebuk89</code></a</a>> made
<br />their first contribution in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2194%22>actions/checkout#2194</a></li">https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li</a>>
<br /><li><a href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>>
<br />made their first contribution in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2236%22>actions/checkout#2236</a></li">https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li</a>>
<br /></ul>
<br /><p><strong>Full Changelog</strong>: <a
<br />href="<a href="https://github.com/actions/checkout/compare/v4...v4.3.0%22>https://github.com/actions/checkout/compare/v4...v4.3.0</a></p">https://github.com/actions/checkout/compare/v4...v4.3.0">https://github.com/actions/checkout/compare/v4...v4.3.0</a></p</a>>
<br /><h2>v4.2.2</h2>
<br /><h2>What's Changed</h2>
<br /><ul>
<br /><li><code>url-helper.ts</code> now leverages well-known environment
<br />variables by <a href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1941%22>actions/checkout#1941</a></li">https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li</a>>
<br /><li>Expand unit test coverage for <code>isGhes</code> by <a
<br />href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1946%22>actions/checkout#1946</a></li">https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li</a>>
<br /></ul>
<br /><p><strong>Full Changelog</strong>: <a
<br />href="<a href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2%22>https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p</a>>
<br /><h2>v4.2.1</h2>
<br /><h2>What's Changed</h2>
<br /><ul>
<br /><li>Check out other refs/* by commit if provided, fall back to ref by <a
<br />href="<a href="https://github.com/orhantoy%22><code>@%E2%80%8Borhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1924%22>actions/checkout#1924</a></li">https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li</a>>
<br /></ul>
<br /><h2>New Contributors</h2>
<br /><ul>
<br /><li><a href="<a href="https://github.com/Jcambass%22><code>@%E2%80%8BJcambass</code></a">https://github.com/Jcambass"><code>@Jcambass</code></a</a>>
<br />made their first contribution in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1919%22>actions/checkout#1919</a></li">https://redirect.github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li</a>>
<br /></ul>
<br /><p><strong>Full Changelog</strong>: <a
<br />href="<a href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1%22>https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p</a>>
<br /><!-- raw HTML omitted -->
<br /></blockquote>
<br /><p>... (truncated)</p>
<br /></details>
<br /><details>
<br /><summary>Changelog</summary>
<br /><p><em>Sourced from <a
<br />href="<a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md%22>actions/checkout's">https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's</a>
<br />changelog</a>.</em></p>
<br /><blockquote>
<br /><h1>Changelog</h1>
<br /><h2>V5.0.0</h2>
<br /><ul>
<br /><li>Update actions checkout to use node 24 by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2226%22>actions/checkout#2226</a></li">https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li</a>>
<br /></ul>
<br /><h2>V4.3.0</h2>
<br /><ul>
<br /><li>docs: update README.md by <a
<br />href="<a href="https://github.com/motss%22><code>@%E2%80%8Bmotss</code></a">https://github.com/motss"><code>@motss</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1971%22>actions/checkout#1971</a></li">https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li</a>>
<br /><li>Add internal repos for checking out multiple repositories by <a
<br />href="<a href="https://github.com/mouismail%22><code>@%E2%80%8Bmouismail</code></a">https://github.com/mouismail"><code>@mouismail</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1977%22>actions/checkout#1977</a></li">https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li</a>>
<br /><li>Documentation update - add recommended permissions to Readme by <a
<br />href="<a href="https://github.com/benwells%22><code>@%E2%80%8Bbenwells</code></a">https://github.com/benwells"><code>@benwells</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2043%22>actions/checkout#2043</a></li">https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li</a>>
<br /><li>Adjust positioning of user email note and permissions heading by <a
<br />href="<a href="https://github.com/joshmgross%22><code>@%E2%80%8Bjoshmgross</code></a">https://github.com/joshmgross"><code>@joshmgross</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2044%22>actions/checkout#2044</a></li">https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li</a>>
<br /><li>Update README.md by <a
<br />href="<a href="https://github.com/nebuk89%22><code>@%E2%80%8Bnebuk89</code></a">https://github.com/nebuk89"><code>@nebuk89</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2194%22>actions/checkout#2194</a></li">https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li</a>>
<br /><li>Update CODEOWNERS for actions by <a
<br />href="<a href="https://github.com/TingluoHuang%22><code>@%E2%80%8BTingluoHuang</code></a">https://github.com/TingluoHuang"><code>@TingluoHuang</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2224%22>actions/checkout#2224</a></li">https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li</a>>
<br /><li>Update package dependencies by <a
<br />href="<a href="https://github.com/salmanmkc%22><code>@%E2%80%8Bsalmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/2236%22>actions/checkout#2236</a></li">https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li</a>>
<br /></ul>
<br /><h2>v4.2.2</h2>
<br /><ul>
<br /><li><code>url-helper.ts</code> now leverages well-known environment
<br />variables by <a href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>>
<br />in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1941%22>actions/checkout#1941</a></li">https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li</a>>
<br /><li>Expand unit test coverage for <code>isGhes</code> by <a
<br />href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1946%22>actions/checkout#1946</a></li">https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li</a>>
<br /></ul>
<br /><h2>v4.2.1</h2>
<br /><ul>
<br /><li>Check out other refs/* by commit if provided, fall back to ref by <a
<br />href="<a href="https://github.com/orhantoy%22><code>@%E2%80%8Borhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1924%22>actions/checkout#1924</a></li">https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li</a>>
<br /></ul>
<br /><h2>v4.2.0</h2>
<br /><ul>
<br /><li>Add Ref and Commit outputs by <a
<br />href="<a href="https://github.com/lucacome%22><code>@%E2%80%8Blucacome</code></a">https://github.com/lucacome"><code>@lucacome</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1180%22>actions/checkout#1180</a></li">https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li</a>>
<br /><li>Dependency updates by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a>-">https://github.com/dependabot"><code>@dependabot</code></a>-</a> <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1777%22>actions/checkout#1777</a">https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a</a>>,
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1872%22>actions/checkout#1872</a></li">https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li</a>>
<br /></ul>
<br /><h2>v4.1.7</h2>
<br /><ul>
<br /><li>Bump the minor-npm-dependencies group across 1 directory with 4
<br />updates by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1739%22>actions/checkout#1739</a></li">https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li</a>>
<br /><li>Bump actions/checkout from 3 to 4 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1697%22>actions/checkout#1697</a></li">https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li</a>>
<br /><li>Check out other refs/* by commit by <a
<br />href="<a href="https://github.com/orhantoy%22><code>@%E2%80%8Borhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1774%22>actions/checkout#1774</a></li">https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li</a>>
<br /><li>Pin actions/checkout's own workflows to a known, good, stable
<br />version. by <a href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1776%22>actions/checkout#1776</a></li">https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li</a>>
<br /></ul>
<br /><h2>v4.1.6</h2>
<br /><ul>
<br /><li>Check platform to set archive extension appropriately by <a
<br />href="<a href="https://github.com/cory-miller%22><code>@%E2%80%8Bcory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1732%22>actions/checkout#1732</a></li">https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li</a>>
<br /></ul>
<br /><h2>v4.1.5</h2>
<br /><ul>
<br /><li>Update NPM dependencies by <a
<br />href="<a href="https://github.com/cory-miller%22><code>@%E2%80%8Bcory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1703%22>actions/checkout#1703</a></li">https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li</a>>
<br /><li>Bump github/codeql-action from 2 to 3 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1694%22>actions/checkout#1694</a></li">https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li</a>>
<br /><li>Bump actions/setup-node from 1 to 4 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1696%22>actions/checkout#1696</a></li">https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li</a>>
<br /><li>Bump actions/upload-artifact from 2 to 4 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1695%22>actions/checkout#1695</a></li">https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li</a>>
<br /><li>README: Suggest <code>user.email</code> to be
<br /><code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
<br />href="<a href="https://github.com/cory-miller%22><code>@%E2%80%8Bcory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1707%22>actions/checkout#1707</a></li">https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li</a>>
<br /></ul>
<br /><h2>v4.1.4</h2>
<br /><ul>
<br /><li>Disable <code>extensions.worktreeConfig</code> when disabling
<br /><code>sparse-checkout</code> by <a
<br />href="<a href="https://github.com/jww3%22><code>@%E2%80%8Bjww3</code></a">https://github.com/jww3"><code>@jww3</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1692%22>actions/checkout#1692</a></li">https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li</a>>
<br /><li>Add dependabot config by <a
<br />href="<a href="https://github.com/cory-miller%22><code>@%E2%80%8Bcory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a</a>> in
<br /><a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1688%22>actions/checkout#1688</a></li">https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li</a>>
<br /><li>Bump the minor-actions-dependencies group with 2 updates by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1693%22>actions/checkout#1693</a></li">https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li</a>>
<br /><li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
<br />href="<a href="https://github.com/dependabot%22><code>@%E2%80%8Bdependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a</a>> in <a
<br />href="<a href="https://redirect.github.com/actions/checkout/pull/1643%22>actions/checkout#1643</a></li">https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li</a>>
<br /></ul>
<br /><h2>v4.1.3</h2>
<br /><!-- raw HTML omitted -->
<br /></blockquote>
<br /><p>... (truncated)</p>
<br /></details>
<br /><details>
<br /><summary>Commits</summary>
<br /><ul>
<br /><li><a
<br />href="<a href="https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8%22><code>08c6903</code></a">https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"><code>08c6903</code></a</a>>
<br />Prepare v5.0.0 release (<a
<br />href="<a href="https://redirect.github.com/actions/checkout/issues/2238%22>#2238</a>)</li">https://redirect.github.com/actions/checkout/issues/2238">#2238</a>)</li</a>>
<br /><li><a
<br />href="<a href="https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917%22><code>9f26565</code></a">https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917"><code>9f26565</code></a</a>>
<br />Update actions checkout to use node 24 (<a
<br />href="<a href="https://redirect.github.com/actions/checkout/issues/2226%22>#2226</a>)</li">https://redirect.github.com/actions/checkout/issues/2226">#2226</a>)</li</a>>
<br /><li>See full diff in <a
<br />href="<a href="https://github.com/actions/checkout/compare/v4...v5%22>compare">https://github.com/actions/checkout/compare/v4...v5">compare</a>
<br />view</a></li>
<br /></ul>
<br /></details>
<br /><br /></p>
<p>[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores">https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores</a>)</p>
<p>Dependabot will resolve any conflicts with this PR as long as you don't
<br />alter it yourself. You can also trigger a rebase manually by commenting
<br />`@dependabot rebase`.</p>
<p>[//]: # (dependabot-automerge-start)
<br />[//]: # (dependabot-automerge-end)</p>
<p>---</p>
<p><details>
<br /><summary>Dependabot commands and options</summary>
<br /><br /></p>
<p>You can trigger Dependabot actions by commenting on this PR:
<br />- `@dependabot rebase` will rebase this PR
<br />- `@dependabot recreate` will recreate this PR, overwriting any edits
<br />that have been made to it
<br />- `@dependabot merge` will merge this PR after your CI passes on it
<br />- `@dependabot squash and merge` will squash and merge this PR after
<br />your CI passes on it
<br />- `@dependabot cancel merge` will cancel a previously requested merge
<br />and block automerging
<br />- `@dependabot reopen` will reopen this PR if it is closed
<br />- `@dependabot close` will close this PR and stop Dependabot recreating
<br />it. You can achieve the same result by closing it manually
<br />- `@dependabot show <dependency name> ignore conditions` will show all
<br />of the ignore conditions of the specified dependency
<br />- `@dependabot ignore this major version` will close this PR and stop
<br />Dependabot creating any more for this major version (unless you reopen
<br />the PR or upgrade to it yourself)
<br />- `@dependabot ignore this minor version` will close this PR and stop
<br />Dependabot creating any more for this minor version (unless you reopen
<br />the PR or upgrade to it yourself)
<br />- `@dependabot ignore this dependency` will close this PR and stop
<br />Dependabot creating any more for this dependency (unless you reopen the
<br />PR or upgrade to it yourself)</p>
<p></details></p>
<p>Signed-off-by: dependabot[bot] <support@github.com>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>github-actions