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

   Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 
to 3.7.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/setup-node/releases";>actions/setup-node's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.7.0</h2>
   <h2>What's Changed</h2>
   <p>In scope of this release we added a logic to save an additional cache 
path for yarn 3 (<a 
href="https://redirect.github.com/actions/setup-node/pull/744";>related pull 
request</a> and <a 
href="https://redirect.github.com/actions/setup-node/issues/325";>feature 
request</a>). Moreover, we added functionality to use all the sub directories 
derived from <code>cache-dependency-path</code> input and add detect all 
dependencies directories to cache (related <a 
href="https://redirect.github.com/actions/setup-node/pull/735";>pull request</a> 
and <a href="https://redirect.github.com/actions/setup-node/issues/488";>feature 
request</a>).</p>
   <h3>Besides, we made such changes as:</h3>
   <ul>
   <li>Replace workflow badge with new badge by <a 
href="https://github.com/jongwooo";><code>@​jongwooo</code></a> in <a 
href="https://redirect.github.com/actions/setup-node/pull/653";>actions/setup-node#653</a></li>
   <li>Fix a minor typo by <a 
href="https://github.com/phanan";><code>@​phanan</code></a> in <a 
href="https://redirect.github.com/actions/setup-node/pull/662";>actions/setup-node#662</a></li>
   <li>docs: fix typo in advanced-usage.md by <a 
href="https://github.com/remarkablemark";><code>@​remarkablemark</code></a> in 
<a 
href="https://redirect.github.com/actions/setup-node/pull/697";>actions/setup-node#697</a></li>
   <li>bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by <a 
href="https://github.com/domdomegg";><code>@​domdomegg</code></a> in <a 
href="https://redirect.github.com/actions/setup-node/pull/718";>actions/setup-node#718</a></li>
   <li>Update to node 18.x by <a 
href="https://github.com/feelepxyz";><code>@​feelepxyz</code></a> in <a 
href="https://redirect.github.com/actions/setup-node/pull/751";>actions/setup-node#751</a></li>
   <li>Remove implicit dependencies by <a 
href="https://github.com/nikolai-laevskii";><code>@​nikolai-laevskii</code></a> 
in <a 
href="https://redirect.github.com/actions/setup-node/pull/758";>actions/setup-node#758</a></li>
   <li>Fix description about ensuring workflow access to private package by <a 
href="https://github.com/x86chi";><code>@​x86chi</code></a> in <a 
href="https://redirect.github.com/actions/setup-node/pull/704";>actions/setup-node#704</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/jongwooo";><code>@​jongwooo</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-node/pull/653";>actions/setup-node#653</a></li>
   <li><a href="https://github.com/phanan";><code>@​phanan</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/actions/setup-node/pull/662";>actions/setup-node#662</a></li>
   <li><a 
href="https://github.com/remarkablemark";><code>@​remarkablemark</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-node/pull/697";>actions/setup-node#697</a></li>
   <li><a href="https://github.com/domdomegg";><code>@​domdomegg</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-node/pull/718";>actions/setup-node#718</a></li>
   <li><a href="https://github.com/feelepxyz";><code>@​feelepxyz</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/actions/setup-node/pull/751";>actions/setup-node#751</a></li>
   <li><a 
href="https://github.com/nikolai-laevskii";><code>@​nikolai-laevskii</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/setup-node/pull/758";>actions/setup-node#758</a></li>
   <li><a href="https://github.com/x86chi";><code>@​x86chi</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/actions/setup-node/pull/704";>actions/setup-node#704</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/setup-node/compare/v3...v3.7.0";>https://github.com/actions/setup-node/compare/v3...v3.7.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/setup-node/commit/e33196f7422957bea03ed53f6fbb155025ffc7b8";><code>e33196f</code></a>
 Do not ivalidate the cache entirely on lock file change (<a 
href="https://redirect.github.com/actions/setup-node/issues/744";>#744</a>)</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/c6722d36aaa79698146c81f0e92e8ede863c461b";><code>c6722d3</code></a>
 update doc for frozen lock file (<a 
href="https://redirect.github.com/actions/setup-node/issues/789";>#789</a>)</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/8170e22e8fa925daa88fcd5d20e66bbc3a163acb";><code>8170e22</code></a>
 Detect cached folders from multiple directories (<a 
href="https://redirect.github.com/actions/setup-node/issues/735";>#735</a>)</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/698d50532ea4cc0490274810a45fe52318110a1c";><code>698d505</code></a>
 Fix description about ensuring workflow access to private package (<a 
href="https://redirect.github.com/actions/setup-node/issues/704";>#704</a>)</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/869f4dd0c7f320ae834c2724d92a364de3893c24";><code>869f4dd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/setup-node/issues/758";>#758</a> from 
akv-platform/remove-implicit-dependencies</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/10efafcbcf59f187fa0fc6193fad4d00c302a11d";><code>10efafc</code></a>
 Update canary version in tests to an existing one</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/7d16907b89acac40231f6dcf8e7996bfb2a31697";><code>7d16907</code></a>
 Add missing dependency</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/d0d39bda2f0ad831c381b6c6329c85ff06192e20";><code>d0d39bd</code></a>
 Move eslint-plugin-node to dev dependencies</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/15a2477e083165191a17f2eb66c1b894d691600e";><code>15a2477</code></a>
 Install eslint-plugin-node</li>
   <li><a 
href="https://github.com/actions/setup-node/commit/7598dbcd6ec6d8237b24fba40dd6272e3a3509ce";><code>7598dbc</code></a>
 Update configuration files</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.6.0&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <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 ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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