[PR #232] [MERGED] fix(deps): bump actions/setup-node from 3.6.0 to 3.7.0 #277

Closed
opened 2026-03-03 16:37:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/232
Author: @dependabot[bot]
Created: 7/10/2023
Status: Merged
Merged: 7/14/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/github_actions/actions/setup-node-3.7.0


📝 Commits (1)

  • 42b0b08 fix(deps): bump actions/setup-node from 3.6.0 to 3.7.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -1)

📄 Description

Bumps actions/setup-node from 3.6.0 to 3.7.0.

Release notes

Sourced from actions/setup-node's releases.

v3.7.0

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.7.0

Commits
  • e33196f Do not ivalidate the cache entirely on lock file change (#744)
  • c6722d3 update doc for frozen lock file (#789)
  • 8170e22 Detect cached folders from multiple directories (#735)
  • 698d505 Fix description about ensuring workflow access to private package (#704)
  • 869f4dd Merge pull request #758 from akv-platform/remove-implicit-dependencies
  • 10efafc Update canary version in tests to an existing one
  • 7d16907 Add missing dependency
  • d0d39bd Move eslint-plugin-node to dev dependencies
  • 15a2477 Install eslint-plugin-node
  • 7598dbc Update configuration files
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/232 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/github_actions/actions/setup-node-3.7.0` --- ### 📝 Commits (1) - [`42b0b08`](https://github.com/NdoleStudio/httpsms/commit/42b0b081711270f1789c4f76ea4196958a5489a1) fix(deps): bump actions/setup-node from 3.6.0 to 3.7.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -1) </details> ### 📄 Description 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#277
No description provided.