dependabot[bot] opened a new pull request, #7121:
URL: https://github.com/apache/opendal/pull/7121

   Bumps the github-actions group with 5 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` |
   | [actions/cache](https://github.com/actions/cache) | `4` | `5` |
   | [actions/upload-artifact](https://github.com/actions/upload-artifact) | 
`4` | `6` |
   | [actions/github-script](https://github.com/actions/github-script) | `7` | 
`8` |
   | [actions/download-artifact](https://github.com/actions/download-artifact) 
| `5` | `7` |
   
   Updates `actions/checkout` from 5 to 6
   <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.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <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>
   <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>v6-beta by <a 
href="https://github.com/ericsciple";><code>@​ericsciple</code></a> in <a 
href="https://redirect.github.com/actions/checkout/pull/2298";>actions/checkout#2298</a></li>
   <li>update readme/changelog for v6 by <a 
href="https://github.com/ericsciple";><code>@​ericsciple</code></a> in <a 
href="https://redirect.github.com/actions/checkout/pull/2311";>actions/checkout#2311</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="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>
   <h2>v6-beta</h2>
   <h2>What's Changed</h2>
   <p>Updated persist-credentials to store the credentials under 
<code>$RUNNER_TEMP</code> instead of directly in the local git config.</p>
   <p>This requires a minimum Actions Runner version of <a 
href="https://github.com/actions/runner/releases/tag/v2.329.0";>v2.329.0</a> to 
access the persisted credentials for <a 
href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action";>Docker
 container action</a> scenarios.</p>
   <h2>v5.0.1</h2>
   <h2>What's Changed</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>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/checkout/compare/v5...v5.0.1";>https://github.com/actions/checkout/compare/v5...v5.0.1</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.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>
   <h2>v4.1.5</h2>
   <ul>
   <li>Update NPM dependencies by <a 
href="https://github.com/cory-miller";><code>@​cory-miller</code></a> in <a 
href="https://redirect.github.com/actions/checkout/pull/1703";>actions/checkout#1703</a></li>
   <li>Bump github/codeql-action from 2 to 3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/actions/checkout/pull/1694";>actions/checkout#1694</a></li>
   <li>Bump actions/setup-node from 1 to 4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/actions/checkout/pull/1696";>actions/checkout#1696</a></li>
   <li>Bump actions/upload-artifact from 2 to 4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/actions/checkout/pull/1695";>actions/checkout#1695</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/8e8c483db84b4bee98b60c0593521ed34d9990e8";><code>8e8c483</code></a>
 Clarify v6 README (<a 
href="https://redirect.github.com/actions/checkout/issues/2328";>#2328</a>)</li>
   <li><a 
href="https://github.com/actions/checkout/commit/033fa0dc0b82693d8986f1016a0ec2c5e7d9cbb1";><code>033fa0d</code></a>
 Add worktree support for persist-credentials includeIf (<a 
href="https://redirect.github.com/actions/checkout/issues/2327";>#2327</a>)</li>
   <li><a 
href="https://github.com/actions/checkout/commit/c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5";><code>c2d88d3</code></a>
 Update all references from v5 and v4 to v6 (<a 
href="https://redirect.github.com/actions/checkout/issues/2314";>#2314</a>)</li>
   <li><a 
href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3";><code>1af3b93</code></a>
 update readme/changelog for v6 (<a 
href="https://redirect.github.com/actions/checkout/issues/2311";>#2311</a>)</li>
   <li><a 
href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e";><code>71cf226</code></a>
 v6-beta (<a 
href="https://redirect.github.com/actions/checkout/issues/2298";>#2298</a>)</li>
   <li><a 
href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e";><code>069c695</code></a>
 Persist creds to a separate file (<a 
href="https://redirect.github.com/actions/checkout/issues/2286";>#2286</a>)</li>
   <li><a 
href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493";><code>ff7abcd</code></a>
 Update README to include Node.js 24 support details and requirements (<a 
href="https://redirect.github.com/actions/checkout/issues/2248";>#2248</a>)</li>
   <li>See full diff in <a 
href="https://github.com/actions/checkout/compare/v5...v6";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `actions/cache` from 4 to 5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/cache/releases";>actions/cache's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.0</h2>
   <blockquote>
   <p>[!IMPORTANT]
   <strong><code>actions/cache@v5</code> runs on the Node.js 24 runtime and 
requires a minimum Actions Runner version of <code>2.327.1</code>.</strong></p>
   <p>If you are using self-hosted runners, ensure they are updated before 
upgrading.</p>
   </blockquote>
   <hr />
   <h2>What's Changed</h2>
   <ul>
   <li>Upgrade to use node24 by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/cache/pull/1630";>actions/cache#1630</a></li>
   <li>Prepare v5.0.0 release by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/cache/pull/1684";>actions/cache#1684</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/cache/compare/v4.3.0...v5.0.0";>https://github.com/actions/cache/compare/v4.3.0...v5.0.0</a></p>
   <h2>v4.3.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add note on runner versions by <a 
href="https://github.com/GhadimiR";><code>@​GhadimiR</code></a> in <a 
href="https://redirect.github.com/actions/cache/pull/1642";>actions/cache#1642</a></li>
   <li>Prepare <code>v4.3.0</code> release by <a 
href="https://github.com/Link";><code>@​Link</code></a>- in <a 
href="https://redirect.github.com/actions/cache/pull/1655";>actions/cache#1655</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/GhadimiR";><code>@​GhadimiR</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/cache/pull/1642";>actions/cache#1642</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/cache/compare/v4...v4.3.0";>https://github.com/actions/cache/compare/v4...v4.3.0</a></p>
   <h2>v4.2.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update README.md by <a 
href="https://github.com/nebuk89";><code>@​nebuk89</code></a> in <a 
href="https://redirect.github.com/actions/cache/pull/1620";>actions/cache#1620</a></li>
   <li>Upgrade <code>@actions/cache</code> to <code>4.0.5</code> and move 
<code>@protobuf-ts/plugin</code> to dev depdencies by <a 
href="https://github.com/Link";><code>@​Link</code></a>- in <a 
href="https://redirect.github.com/actions/cache/pull/1634";>actions/cache#1634</a></li>
   <li>Prepare release <code>4.2.4</code> by <a 
href="https://github.com/Link";><code>@​Link</code></a>- in <a 
href="https://redirect.github.com/actions/cache/pull/1636";>actions/cache#1636</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/nebuk89";><code>@​nebuk89</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/cache/pull/1620";>actions/cache#1620</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/cache/compare/v4...v4.2.4";>https://github.com/actions/cache/compare/v4...v4.2.4</a></p>
   <h2>v4.2.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update to use <code>@​actions/cache</code> 4.0.3 package &amp; prepare 
for new release by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/cache/pull/1577";>actions/cache#1577</a>
 (SAS tokens for cache entries are now masked in debug logs)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/cache/pull/1577";>actions/cache#1577</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/cache/compare/v4.2.2...v4.2.3";>https://github.com/actions/cache/compare/v4.2.2...v4.2.3</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/cache/blob/main/RELEASES.md";>actions/cache's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Releases</h1>
   <h2>Changelog</h2>
   <h3>5.0.1</h3>
   <ul>
   <li>Update <code>@azure/storage-blob</code> to <code>^12.29.1</code> via 
<code>@actions/[email protected]</code> <a 
href="https://redirect.github.com/actions/cache/pull/1685";>#1685</a></li>
   </ul>
   <h3>5.0.0</h3>
   <blockquote>
   <p>[!IMPORTANT]
   <code>actions/cache@v5</code> runs on the Node.js 24 runtime and requires a 
minimum Actions Runner version of <code>2.327.1</code>.
   If you are using self-hosted runners, ensure they are updated before 
upgrading.</p>
   </blockquote>
   <h3>4.3.0</h3>
   <ul>
   <li>Bump <code>@actions/cache</code> to <a 
href="https://redirect.github.com/actions/toolkit/pull/2132";>v4.1.0</a></li>
   </ul>
   <h3>4.2.4</h3>
   <ul>
   <li>Bump <code>@actions/cache</code> to v4.0.5</li>
   </ul>
   <h3>4.2.3</h3>
   <ul>
   <li>Bump <code>@actions/cache</code> to v4.0.3 (obfuscates SAS token in 
debug logs for cache entries)</li>
   </ul>
   <h3>4.2.2</h3>
   <ul>
   <li>Bump <code>@actions/cache</code> to v4.0.2</li>
   </ul>
   <h3>4.2.1</h3>
   <ul>
   <li>Bump <code>@actions/cache</code> to v4.0.1</li>
   </ul>
   <h3>4.2.0</h3>
   <p>TLDR; The cache backend service has been rewritten from the ground up for 
improved performance and reliability. <a 
href="https://github.com/actions/cache";>actions/cache</a> now integrates with 
the new cache service (v2) APIs.</p>
   <p>The new service will gradually roll out as of <strong>February 1st, 
2025</strong>. The legacy service will also be sunset on the same date. Changes 
in these release are <strong>fully backward compatible</strong>.</p>
   <p><strong>We are deprecating some versions of this action</strong>. We 
recommend upgrading to version <code>v4</code> or <code>v3</code> as soon as 
possible before <strong>February 1st, 2025.</strong> (Upgrade instructions 
below).</p>
   <p>If you are using pinned SHAs, please use the SHAs of versions 
<code>v4.2.0</code> or <code>v3.4.0</code></p>
   <p>If you do not upgrade, all workflow runs using any of the deprecated <a 
href="https://github.com/actions/cache";>actions/cache</a> will fail.</p>
   <p>Upgrading to the recommended versions will not break your workflows.</p>
   <h3>4.1.2</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/cache/commit/9255dc7a253b0ccc959486e2bca901246202afeb";><code>9255dc7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/cache/issues/1686";>#1686</a> from 
actions/cache-v5.0.1-release</li>
   <li><a 
href="https://github.com/actions/cache/commit/8ff5423e8b66eacab4e638ee52abbd2cb831366a";><code>8ff5423</code></a>
 chore: release v5.0.1</li>
   <li><a 
href="https://github.com/actions/cache/commit/9233019a152bc768059ac1768b8e4403b5da16c1";><code>9233019</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/cache/issues/1685";>#1685</a> from 
salmanmkc/node24-storage-blob-fix</li>
   <li><a 
href="https://github.com/actions/cache/commit/b975f2bb844529e1063ad882c609b224bcd66eb6";><code>b975f2b</code></a>
 fix: add peer property to package-lock.json for dependencies</li>
   <li><a 
href="https://github.com/actions/cache/commit/d0a0e1813491d01d574c95f8d189f62622bbb2ae";><code>d0a0e18</code></a>
 fix: update license files for <code>@​actions/cache</code>, fast-xml-parser, 
and strnum</li>
   <li><a 
href="https://github.com/actions/cache/commit/74de208dcfcbe85c0e7154e7b17e4105fe2554ff";><code>74de208</code></a>
 fix: update <code>@​actions/cache</code> to ^5.0.1 for Node.js 24 punycode 
fix</li>
   <li><a 
href="https://github.com/actions/cache/commit/ac7f1152ead02e89c14b5456d14ab17591e74cfb";><code>ac7f115</code></a>
 peer</li>
   <li><a 
href="https://github.com/actions/cache/commit/b0f846b50b6061d7a2ca6f1a2fea61d4a65d1a16";><code>b0f846b</code></a>
 fix: update <code>@​actions/cache</code> with storage-blob fix for Node.js 24 
punycode depr...</li>
   <li><a 
href="https://github.com/actions/cache/commit/a7833574556fa59680c1b7cb190c1735db73ebf0";><code>a783357</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/cache/issues/1684";>#1684</a> from 
actions/prepare-cache-v5-release</li>
   <li><a 
href="https://github.com/actions/cache/commit/3bb0d78750a39cefce0c2b5a0a9801052b4359ad";><code>3bb0d78</code></a>
 docs: highlight v5 runner requirement in releases</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/cache/compare/v4...v5";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `actions/upload-artifact` from 4 to 6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/upload-artifact/releases";>actions/upload-artifact's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.0</h2>
   <h2>v6 - What's new</h2>
   <blockquote>
   <p>[!IMPORTANT]
   actions/upload-artifact@v6 now runs on Node.js 24 (<code>runs.using: 
node24</code>) and requires a minimum Actions Runner version of 2.327.1. If you 
are using self-hosted runners, ensure they are updated before upgrading.</p>
   </blockquote>
   <h3>Node.js 24</h3>
   <p>This release updates the runtime to Node.js 24. v5 had preliminary 
support for Node.js 24, however this action was by default still running on 
Node.js 20. Now this action by default will run on Node.js 24.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Upload Artifact Node 24 support by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/719";>actions/upload-artifact#719</a></li>
   <li>fix: update <code>@​actions/artifact</code> for Node.js 24 punycode 
deprecation by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/744";>actions/upload-artifact#744</a></li>
   <li>prepare release v6.0.0 for Node.js 24 support by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/745";>actions/upload-artifact#745</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0";>https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0</a></p>
   <h2>v5.0.0</h2>
   <h2>What's Changed</h2>
   <p><strong>BREAKING CHANGE:</strong> this update supports Node 
<code>v24.x</code>. This is not a breaking change per-se but we're treating it 
as such.</p>
   <ul>
   <li>Update README.md by <a 
href="https://github.com/GhadimiR";><code>@​GhadimiR</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/681";>actions/upload-artifact#681</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/upload-artifact/pull/712";>actions/upload-artifact#712</a></li>
   <li>Readme: spell out the first use of GHES by <a 
href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/727";>actions/upload-artifact#727</a></li>
   <li>Update GHES guidance to include reference to Node 20 version by <a 
href="https://github.com/patrikpolyak";><code>@​patrikpolyak</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/725";>actions/upload-artifact#725</a></li>
   <li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li>
   <li>Prepare <code>v5.0.0</code> by <a 
href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/734";>actions/upload-artifact#734</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/GhadimiR";><code>@​GhadimiR</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/681";>actions/upload-artifact#681</a></li>
   <li><a href="https://github.com/nebuk89";><code>@​nebuk89</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/712";>actions/upload-artifact#712</a></li>
   <li><a href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/727";>actions/upload-artifact#727</a></li>
   <li><a 
href="https://github.com/patrikpolyak";><code>@​patrikpolyak</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/725";>actions/upload-artifact#725</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/upload-artifact/compare/v4...v5.0.0";>https://github.com/actions/upload-artifact/compare/v4...v5.0.0</a></p>
   <h2>v4.6.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update to use artifact 2.3.2 package &amp; prepare for new 
upload-artifact release by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/685";>actions/upload-artifact#685</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/685";>actions/upload-artifact#685</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/upload-artifact/compare/v4...v4.6.2";>https://github.com/actions/upload-artifact/compare/v4...v4.6.2</a></p>
   <h2>v4.6.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update to use artifact 2.2.2 package by <a 
href="https://github.com/yacaovsnc";><code>@​yacaovsnc</code></a> in <a 
href="https://redirect.github.com/actions/upload-artifact/pull/673";>actions/upload-artifact#673</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/b7c566a772e6b6bfb58ed0dc250532a479d7789f";><code>b7c566a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/upload-artifact/issues/745";>#745</a> 
from actions/upload-artifact-v6-release</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b";><code>e516bc8</code></a>
 docs: correct description of Node.js 24 support in README</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/ddc45ed9bca9b38dbd643978d88e3981cdc91415";><code>ddc45ed</code></a>
 docs: update README to correct action name for Node.js 24 support</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/615b319bd27bb32c3d64dca6b6ed6974d5fbe653";><code>615b319</code></a>
 chore: release v6.0.0 for Node.js 24 support</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/017748b48f8610ca8e6af1222f4a618e84a9c703";><code>017748b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/upload-artifact/issues/744";>#744</a> 
from actions/fix-storage-blob</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/38d4c7997f5510fcc41fc4aae2a6b97becdbe7fc";><code>38d4c79</code></a>
 chore: rebuild dist</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/7d27270e0cfd253e666c44abac0711308d2d042f";><code>7d27270</code></a>
 chore: add missing license cache files for <code>@​actions/core</code>, 
<code>@​actions/io</code>, and mi...</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/5f643d3c9475505ccaf26d686ffbfb71a8387261";><code>5f643d3</code></a>
 chore: update license files for <code>@​actions/artifact</code><a 
href="https://github.com/5";><code>@​5</code></a>.0.1 dependencies</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/1df1684032c88614064493e1a0478fcb3583e1d0";><code>1df1684</code></a>
 chore: update package-lock.json with <code>@​actions/artifact</code><a 
href="https://github.com/5";><code>@​5</code></a>.0.1</li>
   <li><a 
href="https://github.com/actions/upload-artifact/commit/b5b1a918401ee270935b6b1d857ae66c85f3be6f";><code>b5b1a91</code></a>
 fix: update <code>@​actions/artifact</code> to ^5.0.0 for Node.js 24 punycode 
fix</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/upload-artifact/compare/v4...v6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `actions/github-script` from 7 to 8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/github-script/releases";>actions/github-script's
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update Node.js version support to 24.x by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/637";>actions/github-script#637</a></li>
   <li>README for updating actions/github-script from v7 to v8 by <a 
href="https://github.com/sneha-krip";><code>@​sneha-krip</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/653";>actions/github-script#653</a></li>
   </ul>
   <h2>⚠️ Minimum Compatible Runner Version</h2>
   <p><strong>v2.327.1</strong><br />
   <a href="https://github.com/actions/runner/releases/tag/v2.327.1";>Release 
Notes</a></p>
   <p>Make sure your runner is updated to this version or newer to use this 
release.</p>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/637";>actions/github-script#637</a></li>
   <li><a href="https://github.com/sneha-krip";><code>@​sneha-krip</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/653";>actions/github-script#653</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/github-script/compare/v7.1.0...v8.0.0";>https://github.com/actions/github-script/compare/v7.1.0...v8.0.0</a></p>
   <h2>v7.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Upgrade husky to v9 by <a 
href="https://github.com/benelan";><code>@​benelan</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/482";>actions/github-script#482</a></li>
   <li>Add workflow file for publishing releases to immutable action package by 
<a href="https://github.com/Jcambass";><code>@​Jcambass</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/485";>actions/github-script#485</a></li>
   <li>Upgrade IA Publish by <a 
href="https://github.com/Jcambass";><code>@​Jcambass</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/486";>actions/github-script#486</a></li>
   <li>Fix workflow status badges by <a 
href="https://github.com/joshmgross";><code>@​joshmgross</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/497";>actions/github-script#497</a></li>
   <li>Update usage of <code>actions/upload-artifact</code> by <a 
href="https://github.com/joshmgross";><code>@​joshmgross</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/512";>actions/github-script#512</a></li>
   <li>Clear up package name confusion by <a 
href="https://github.com/joshmgross";><code>@​joshmgross</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/514";>actions/github-script#514</a></li>
   <li>Update dependencies with <code>npm audit fix</code> by <a 
href="https://github.com/joshmgross";><code>@​joshmgross</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/515";>actions/github-script#515</a></li>
   <li>Specify that the used script is JavaScript by <a 
href="https://github.com/timotk";><code>@​timotk</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/478";>actions/github-script#478</a></li>
   <li>chore: Add Dependabot for NPM and Actions by <a 
href="https://github.com/nschonni";><code>@​nschonni</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/472";>actions/github-script#472</a></li>
   <li>Define <code>permissions</code> in workflows and update actions by <a 
href="https://github.com/joshmgross";><code>@​joshmgross</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/531";>actions/github-script#531</a></li>
   <li>chore: Add Dependabot for .github/actions/install-dependencies by <a 
href="https://github.com/nschonni";><code>@​nschonni</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/532";>actions/github-script#532</a></li>
   <li>chore: Remove .vscode settings by <a 
href="https://github.com/nschonni";><code>@​nschonni</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/533";>actions/github-script#533</a></li>
   <li>ci: Use github/setup-licensed by <a 
href="https://github.com/nschonni";><code>@​nschonni</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/473";>actions/github-script#473</a></li>
   <li>make octokit instance available as octokit on top of github, to make it 
easier to seamlessly copy examples from GitHub rest api or octokit 
documentations by <a 
href="https://github.com/iamstarkov";><code>@​iamstarkov</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/508";>actions/github-script#508</a></li>
   <li>Remove <code>octokit</code> README updates for v7 by <a 
href="https://github.com/joshmgross";><code>@​joshmgross</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/557";>actions/github-script#557</a></li>
   <li>docs: add &quot;exec&quot; usage examples by <a 
href="https://github.com/neilime";><code>@​neilime</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/546";>actions/github-script#546</a></li>
   <li>Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/github-script/pull/563";>actions/github-script#563</a></li>
   <li>Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/actions/github-script/pull/575";>actions/github-script#575</a></li>
   <li>Clearly document passing inputs to the <code>script</code> by <a 
href="https://github.com/joshmgross";><code>@​joshmgross</code></a> in <a 
href="https://redirect.github.com/actions/github-script/pull/603";>actions/github-script#603</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/github-script/pull/610";>actions/github-script#610</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/benelan";><code>@​benelan</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/482";>actions/github-script#482</a></li>
   <li><a href="https://github.com/Jcambass";><code>@​Jcambass</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/485";>actions/github-script#485</a></li>
   <li><a href="https://github.com/timotk";><code>@​timotk</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/478";>actions/github-script#478</a></li>
   <li><a href="https://github.com/iamstarkov";><code>@​iamstarkov</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/508";>actions/github-script#508</a></li>
   <li><a href="https://github.com/neilime";><code>@​neilime</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/546";>actions/github-script#546</a></li>
   <li><a href="https://github.com/nebuk89";><code>@​nebuk89</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/github-script/pull/610";>actions/github-script#610</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/github-script/compare/v7...v7.1.0";>https://github.com/actions/github-script/compare/v7...v7.1.0</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/github-script/commit/ed597411d8f924073f98dfc5c65a23a2325f34cd";><code>ed59741</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/github-script/issues/653";>#653</a> 
from actions/sneha-krip/readme-for-v8</li>
   <li><a 
href="https://github.com/actions/github-script/commit/2dc352e4baefd91bec0d06f6ae2f1045d1687ca3";><code>2dc352e</code></a>
 Bold minimum Actions Runner version in README</li>
   <li><a 
href="https://github.com/actions/github-script/commit/01e118c8d0d22115597e46514b5794e7bc3d56f1";><code>01e118c</code></a>
 Update README for Node 24 runtime requirements</li>
   <li><a 
href="https://github.com/actions/github-script/commit/8b222ac82eda86dcad7795c9d49b839f7bf5b18b";><code>8b222ac</code></a>
 Apply suggestion from <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a></li>
   <li><a 
href="https://github.com/actions/github-script/commit/adc0eeac992408a7b276994ca87edde1c8ce4d25";><code>adc0eea</code></a>
 README for updating actions/github-script from v7 to v8</li>
   <li><a 
href="https://github.com/actions/github-script/commit/20fe497b3fe0c7be8aae5c9df711ac716dc9c425";><code>20fe497</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/github-script/issues/637";>#637</a> 
from actions/node24</li>
   <li><a 
href="https://github.com/actions/github-script/commit/e7b7f222b11a03e8b695c4c7afba89a02ea20164";><code>e7b7f22</code></a>
 update licenses</li>
   <li><a 
href="https://github.com/actions/github-script/commit/2c81ba05f308415d095291e6eeffe983d822345b";><code>2c81ba0</code></a>
 Update Node.js version support to 24.x</li>
   <li>See full diff in <a 
href="https://github.com/actions/github-script/compare/v7...v8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `actions/download-artifact` from 5 to 7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/download-artifact/releases";>actions/download-artifact's
 releases</a>.</em></p>
   <blockquote>
   <h2>v7.0.0</h2>
   <h2>v7 - What's new</h2>
   <blockquote>
   <p>[!IMPORTANT]
   actions/download-artifact@v7 now runs on Node.js 24 (<code>runs.using: 
node24</code>) and requires a minimum Actions Runner version of 2.327.1. If you 
are using self-hosted runners, ensure they are updated before upgrading.</p>
   </blockquote>
   <h3>Node.js 24</h3>
   <p>This release updates the runtime to Node.js 24. v6 had preliminary 
support for Node 24, however this action was by default still running on 
Node.js 20. Now this action by default will run on Node.js 24.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Update GHES guidance to include reference to Node 20 version by <a 
href="https://github.com/patrikpolyak";><code>@​patrikpolyak</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/440";>actions/download-artifact#440</a></li>
   <li>Download Artifact Node24 support by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/415";>actions/download-artifact#415</a></li>
   <li>fix: update <code>@​actions/artifact</code> to fix Node.js 24 punycode 
deprecation by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/451";>actions/download-artifact#451</a></li>
   <li>prepare release v7.0.0 for Node.js 24 support by <a 
href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/452";>actions/download-artifact#452</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/patrikpolyak";><code>@​patrikpolyak</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/download-artifact/pull/440";>actions/download-artifact#440</a></li>
   <li><a href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/download-artifact/pull/415";>actions/download-artifact#415</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0";>https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0</a></p>
   <h2>v6.0.0</h2>
   <h2>What's Changed</h2>
   <p><strong>BREAKING CHANGE:</strong> this update supports Node 
<code>v24.x</code>. This is not a breaking change per-se but we're treating it 
as such.</p>
   <ul>
   <li>Update README for download-artifact v5 changes by <a 
href="https://github.com/yacaovsnc";><code>@​yacaovsnc</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/417";>actions/download-artifact#417</a></li>
   <li>Update README with artifact extraction details by <a 
href="https://github.com/yacaovsnc";><code>@​yacaovsnc</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/424";>actions/download-artifact#424</a></li>
   <li>Readme: spell out the first use of GHES by <a 
href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/431";>actions/download-artifact#431</a></li>
   <li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li>
   <li>Prepare <code>v6.0.0</code> by <a 
href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in <a 
href="https://redirect.github.com/actions/download-artifact/pull/438";>actions/download-artifact#438</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/download-artifact/pull/431";>actions/download-artifact#431</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/download-artifact/compare/v5...v6.0.0";>https://github.com/actions/download-artifact/compare/v5...v6.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/download-artifact/commit/37930b1c2abaa49bbe596cd826c3c89aef350131";><code>37930b1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/download-artifact/issues/452";>#452</a>
 from actions/download-artifact-v7-release</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/72582b9e0acd370909e83fa4a1fd0fca3ad452d8";><code>72582b9</code></a>
 doc: update readme</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/0d2ec9d4cbcefe257d822f108de2a1f15f8da9f6";><code>0d2ec9d</code></a>
 chore: release v7.0.0 for Node.js 24 support</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/fd7ae8fda6dc16277a9ffbc91cdb0eedf156e912";><code>fd7ae8f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/download-artifact/issues/451";>#451</a>
 from actions/fix-storage-blob</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/d484700543354b15886d6a52910cf61b7f1d2b27";><code>d484700</code></a>
 chore: restore minimatch.dep.yml license file</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/03a808050efe42bb6ad85281890afd4e4546672c";><code>03a8080</code></a>
 chore: remove obsolete dependency license files</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/56fe6d904b0968950f8b68ea17774c54973ed5e2";><code>56fe6d9</code></a>
 chore: update <code>@​actions/artifact</code> license file to 5.0.1</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/8e3ebc4ab4d2e095e5eb44ba1a4a53b6b03976ad";><code>8e3ebc4</code></a>
 chore: update package-lock.json with <code>@​actions/artifact</code><a 
href="https://github.com/5";><code>@​5</code></a>.0.1</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/1e3c4b4d4906c98ab57453c24efefdf16c078044";><code>1e3c4b4</code></a>
 fix: update <code>@​actions/artifact</code> to ^5.0.0 for Node.js 24 punycode 
fix</li>
   <li><a 
href="https://github.com/actions/download-artifact/commit/458627d354794c71bc386c8d5839d20b5885fe2a";><code>458627d</code></a>
 chore: use local <code>@​actions/artifact</code> package for Node.js 24 
testing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/download-artifact/compare/v5...v7";>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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to