Bump the github-actions group across 1 directory with 2 updates #24

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/github-actions-af994ce8c6 into main 2026-03-06 08:05:34 +00:00
dependabot[bot] commented 2026-02-23 03:06:36 +00:00 (Migrated from github.com)

Bumps the github-actions group with 2 updates in the / directory: actions/checkout and shimataro/ssh-key-action.

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates shimataro/ssh-key-action from 2.7.0 to 2.8.0

Release notes

Sourced from shimataro/ssh-key-action's releases.

ssh-key-action 2.8.0 released

Others

  • Update to Node.js v24
  • add support: windows-2025, macos-14, macos-15, and ubuntu-24.04
  • drop support: windows-2019, macos-11, macos-12, and ubuntu-20.04
  • add container support: alpine:3.21 - alpine:3.23, centos:stream10, and ubuntu:24.04
  • drop container support: alpine:3.10 - alpine:3.13, centos:stream8, and ubuntu:20.04
  • Add workaround; "HOME is not defined" (refer to: [issue #184](shimataro/ssh-key-action#184))
Changelog

Sourced from shimataro/ssh-key-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[2.8.0] - 2026-02-19

Others

  • Update to Node.js v24
  • add support: windows-2025, macos-14, macos-15, and ubuntu-24.04
  • drop support: windows-2019, macos-11, macos-12, and ubuntu-20.04
  • add container support: alpine:3.21 - alpine:3.23, centos:stream10, and ubuntu:24.04
  • drop container support: alpine:3.10 - alpine:3.13, centos:stream8, and ubuntu:20.04
  • Add workaround; "HOME is not defined" (refer to: [issue #184](shimataro/ssh-key-action#184))

[2.7.0] - 2024-02-11

Others

  • Update to Node.js v20 (thanks @​princemaple)
  • drop old containers; Ubuntu 16.04, and CentOS 7

[2.6.1] - 2023-10-13

Fixed

  • JSON parse error on exit, if if_key_exists=fail and key exists

[2.6.0] - 2023-10-11

Others

  • back up and restore files when exist (thanks @​bambeusz)
  • remove macos-10.15 and ubuntu-18.04 virtual environment

[2.5.1] - 2023-03-25

Hotfix

[2.5.0] - 2022-12-24

Added

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action). Updates `actions/checkout` from 6.0.1 to 6.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.2</h2> <h2>What's Changed</h2> <ul> <li>Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2355">actions/checkout#2355</a></li> <li>Fix tag handling: preserve annotations and explicit fetch-tags by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2356">actions/checkout#2356</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v6.0.1...v6.0.2">https://github.com/actions/checkout/compare/v6.0.1...v6.0.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v6.0.2</h2> <ul> <li>Fix tag handling: preserve annotations and explicit fetch-tags by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2356">actions/checkout#2356</a></li> </ul> <h2>v6.0.1</h2> <ul> <li>Add worktree support for persist-credentials includeIf by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2327">actions/checkout#2327</a></li> </ul> <h2>v6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>v5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>v5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>v4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>v4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/de0fac2e4500dabe0009e67214ff5f5447ce83dd"><code>de0fac2</code></a> Fix tag handling: preserve annotations and explicit fetch-tags (<a href="https://redirect.github.com/actions/checkout/issues/2356">#2356</a>)</li> <li><a href="https://github.com/actions/checkout/commit/064fe7f3312418007dea2b49a19844a9ee378f49"><code>064fe7f</code></a> Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd">compare view</a></li> </ul> </details> <br /> Updates `shimataro/ssh-key-action` from 2.7.0 to 2.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shimataro/ssh-key-action/releases">shimataro/ssh-key-action's releases</a>.</em></p> <blockquote> <h2>ssh-key-action 2.8.0 released</h2> <h3>Others</h3> <ul> <li>Update to Node.js v24</li> <li>add support: <code>windows-2025</code>, <code>macos-14</code>, <code>macos-15</code>, and <code>ubuntu-24.04</code></li> <li>drop support: <code>windows-2019</code>, <code>macos-11</code>, <code>macos-12</code>, and <code>ubuntu-20.04</code></li> <li>add container support: <code>alpine:3.21</code> - <code>alpine:3.23</code>, <code>centos:stream10</code>, and <code>ubuntu:24.04</code></li> <li>drop container support: <code>alpine:3.10</code> - <code>alpine:3.13</code>, <code>centos:stream8</code>, and <code>ubuntu:20.04</code></li> <li>Add workaround; &quot;HOME is not defined&quot; (refer to: [issue <a href="https://redirect.github.com/shimataro/ssh-key-action/issues/184">#184</a>](<a href="https://redirect.github.com/shimataro/ssh-key-action/issues/184">shimataro/ssh-key-action#184</a>))</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/shimataro/ssh-key-action/blob/v2/CHANGELOG.md">shimataro/ssh-key-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[Unreleased]</h2> <h2>[2.8.0] - 2026-02-19</h2> <h3>Others</h3> <ul> <li>Update to Node.js v24</li> <li>add support: <code>windows-2025</code>, <code>macos-14</code>, <code>macos-15</code>, and <code>ubuntu-24.04</code></li> <li>drop support: <code>windows-2019</code>, <code>macos-11</code>, <code>macos-12</code>, and <code>ubuntu-20.04</code></li> <li>add container support: <code>alpine:3.21</code> - <code>alpine:3.23</code>, <code>centos:stream10</code>, and <code>ubuntu:24.04</code></li> <li>drop container support: <code>alpine:3.10</code> - <code>alpine:3.13</code>, <code>centos:stream8</code>, and <code>ubuntu:20.04</code></li> <li>Add workaround; &quot;HOME is not defined&quot; (refer to: [issue <a href="https://redirect.github.com/shimataro/ssh-key-action/issues/184">#184</a>](<a href="https://redirect.github.com/shimataro/ssh-key-action/issues/184">shimataro/ssh-key-action#184</a>))</li> </ul> <h2>[2.7.0] - 2024-02-11</h2> <h3>Others</h3> <ul> <li>Update to Node.js v20 (thanks <a href="https://github.com/princemaple"><code>@​princemaple</code></a>)</li> <li>drop old containers; Ubuntu 16.04, and CentOS 7</li> </ul> <h2>[2.6.1] - 2023-10-13</h2> <h3>Fixed</h3> <ul> <li>JSON parse error on exit, if <code>if_key_exists</code>=<code>fail</code> and key exists</li> </ul> <h2>[2.6.0] - 2023-10-11</h2> <h3>Others</h3> <ul> <li>back up and restore files when exist (thanks <a href="https://github.com/bambeusz"><code>@​bambeusz</code></a>)</li> <li>remove <code>macos-10.15</code> and <code>ubuntu-18.04</code> virtual environment</li> </ul> <h2>[2.5.1] - 2023-03-25</h2> <h3>Hotfix</h3> <ul> <li>update github.com key: <a href="https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/">https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/</a> (thanks <a href="https://github.com/phlax"><code>@​phlax</code></a>)</li> </ul> <h2>[2.5.0] - 2022-12-24</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shimataro/ssh-key-action/commit/6b84f2e793b32fa0b03a379cadadec75cc539391"><code>6b84f2e</code></a> version 2.8.0 (<a href="https://redirect.github.com/shimataro/ssh-key-action/issues/282">#282</a>)</li> <li><a href="https://github.com/shimataro/ssh-key-action/commit/f8f3535cdbe06c7343a38020d2c6b02e9a75d817"><code>f8f3535</code></a> add &quot;latest&quot; OS (<a href="https://redirect.github.com/shimataro/ssh-key-action/issues/281">#281</a>)</li> <li><a href="https://github.com/shimataro/ssh-key-action/commit/b3ffe851fb7d8512a227689a6680a0cbc5f50fd4"><code>b3ffe85</code></a> Add workaround; &quot;HOME is not defined&quot; (<a href="https://redirect.github.com/shimataro/ssh-key-action/issues/280">#280</a>)</li> <li><a href="https://github.com/shimataro/ssh-key-action/commit/29f88e1c0cdd41583a9d961c82e23f128f8d91d5"><code>29f88e1</code></a> update depentencies (<a href="https://redirect.github.com/shimataro/ssh-key-action/issues/279">#279</a>)</li> <li><a href="https://github.com/shimataro/ssh-key-action/commit/98b6ffdca73c84c005461bfcb9fa38a59b449556"><code>98b6ffd</code></a> update Node.js version to 24 (<a href="https://redirect.github.com/shimataro/ssh-key-action/issues/278">#278</a>)</li> <li>See full diff in <a href="https://github.com/shimataro/ssh-key-action/compare/d4fffb50872869abe2d9a9098a6d9c5aa7d16be4...6b84f2e793b32fa0b03a379cadadec75cc539391">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
forquare (Migrated from github.com) approved these changes 2026-03-06 08:05:26 +00:00
Sign in to join this conversation.
No description provided.