59.json (12440B)
1 { 2 "number": 59, 3 "title": "Bump actions/setup-node from 3.6.0 to 3.8.1", 4 "state": "closed", 5 "diff_file": "59.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-08-18T07:54:54Z", 8 "closed_at": "2023-08-22T09:34:14Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/github_actions/actions/setup-node-3.8.1", 12 "labels": [ 13 "dependencies", 14 "github_actions" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.8.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/actions/setup-node/releases\">actions/setup-node's releases</a>.</em></p>\n<blockquote>\n<h2>v3.8.1</h2>\n<h2>What's Changed</h2>\n<p>In scope of this release, the filter was removed within the cache-save step by <a href=\"https://github.com/dmitry-shibanov\"><code>@\u200bdmitry-shibanov</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/831\">actions/setup-node#831</a>. It is filtered and checked in the toolkit/cache library.</p>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/actions/setup-node/compare/v3...v3.8.1\">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>\n<h2>v3.8.0</h2>\n<h2>What's Changed</h2>\n<h3>Bug fixes:</h3>\n<ul>\n<li>Add check for existing paths by <a href=\"https://github.com/dmitry-shibanov\"><code>@\u200bdmitry-shibanov</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/803\">actions/setup-node#803</a></li>\n<li>Resolve SymbolicLink by <a href=\"https://github.com/dmitry-shibanov\"><code>@\u200bdmitry-shibanov</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/809\">actions/setup-node#809</a></li>\n<li>Change passing logic for cache input by <a href=\"https://github.com/dmitry-shibanov\"><code>@\u200bdmitry-shibanov</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/816\">actions/setup-node#816</a></li>\n<li>Fix armv7 cache issue by <a href=\"https://github.com/louislam\"><code>@\u200blouislam</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/794\">actions/setup-node#794</a></li>\n<li>Update check-dist workflow name by <a href=\"https://github.com/sinchang\"><code>@\u200bsinchang</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/710\">actions/setup-node#710</a></li>\n</ul>\n<h3>Feature implementations:</h3>\n<ul>\n<li>feat: handling the case where "node" is used for tool-versions file. by <a href=\"https://github.com/xytis\"><code>@\u200bxytis</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/812\">actions/setup-node#812</a></li>\n</ul>\n<h3>Documentation changes:</h3>\n<ul>\n<li>Refer to semver package name in README.md by <a href=\"https://github.com/olleolleolle\"><code>@\u200bolleolleolle</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/808\">actions/setup-node#808</a></li>\n</ul>\n<h3>Update dependencies:</h3>\n<ul>\n<li>Update toolkit cache to fix zstd by <a href=\"https://github.com/dmitry-shibanov\"><code>@\u200bdmitry-shibanov</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/804\">actions/setup-node#804</a></li>\n<li>Bump tough-cookie and <code>@\u200bazure/ms-rest-js</code> by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/802\">actions/setup-node#802</a></li>\n<li>Bump semver from 6.1.2 to 6.3.1 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/807\">actions/setup-node#807</a></li>\n<li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/815\">actions/setup-node#815</a></li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/olleolleolle\"><code>@\u200bolleolleolle</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/808\">actions/setup-node#808</a></li>\n<li><a href=\"https://github.com/louislam\"><code>@\u200blouislam</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/794\">actions/setup-node#794</a></li>\n<li><a href=\"https://github.com/sinchang\"><code>@\u200bsinchang</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/710\">actions/setup-node#710</a></li>\n<li><a href=\"https://github.com/xytis\"><code>@\u200bxytis</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/812\">actions/setup-node#812</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/actions/setup-node/compare/v3...v3.8.0\">https://github.com/actions/setup-node/compare/v3...v3.8.0</a></p>\n<h2>v3.7.0</h2>\n<h2>What's Changed</h2>\n<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>\n<h3>Besides, we made such changes as:</h3>\n<ul>\n<li>Replace workflow badge with new badge by <a href=\"https://github.com/jongwooo\"><code>@\u200bjongwooo</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/653\">actions/setup-node#653</a></li>\n<li>Fix a minor typo by <a href=\"https://github.com/phanan\"><code>@\u200bphanan</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/662\">actions/setup-node#662</a></li>\n<li>docs: fix typo in advanced-usage.md by <a href=\"https://github.com/remarkablemark\"><code>@\u200bremarkablemark</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/697\">actions/setup-node#697</a></li>\n<li>bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by <a href=\"https://github.com/domdomegg\"><code>@\u200bdomdomegg</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/718\">actions/setup-node#718</a></li>\n<li>Update to node 18.x by <a href=\"https://github.com/feelepxyz\"><code>@\u200bfeelepxyz</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/751\">actions/setup-node#751</a></li>\n<li>Remove implicit dependencies by <a href=\"https://github.com/nikolai-laevskii\"><code>@\u200bnikolai-laevskii</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/758\">actions/setup-node#758</a></li>\n<li>Fix description about ensuring workflow access to private package by <a href=\"https://github.com/x86chi\"><code>@\u200bx86chi</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/704\">actions/setup-node#704</a></li>\n</ul>\n<h2>New Contributors</h2>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/actions/setup-node/commit/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d\"><code>5e21ff4</code></a> Remove filter for cached paths (<a href=\"https://redirect.github.com/actions/setup-node/issues/831\">#831</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/bea5baf987ba7aa777a8a0b4ace377a21c45c381\"><code>bea5baf</code></a> change getinput to getstate for cache (<a href=\"https://redirect.github.com/actions/setup-node/issues/816\">#816</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/d82f92a0eb28e5699f87460c19fc2c674da76d01\"><code>d82f92a</code></a> Bump word-wrap from 1.2.3 to 1.2.4 (<a href=\"https://redirect.github.com/actions/setup-node/issues/815\">#815</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/ca2d4e0cdd8c63d9ebfedc3d16d450a870caf31c\"><code>ca2d4e0</code></a> feat: handling the case where "node" is used for tool-versions file. (<a href=\"https://redirect.github.com/actions/setup-node/issues/812\">#812</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/c7a93deeacd27a63bee8be26a3bf77dc8fb6ce05\"><code>c7a93de</code></a> resolve SymbolicLink (<a href=\"https://redirect.github.com/actions/setup-node/issues/809\">#809</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/34050076a5a3fa9bd791b9b40860d11d9421c7fa\"><code>3405007</code></a> Add check for existing paths (<a href=\"https://redirect.github.com/actions/setup-node/issues/803\">#803</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/f8aa08ed8ebcc273d7db4ffb5645cb9eb570a33e\"><code>f8aa08e</code></a> Update check-dist workflow name (<a href=\"https://redirect.github.com/actions/setup-node/issues/710\">#710</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/e2d34eacc811cc517d25162eb9571557fd52b9b1\"><code>e2d34ea</code></a> Fix armv7 cache issue (<a href=\"https://redirect.github.com/actions/setup-node/issues/794\">#794</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/ef9c88b169f1fa70052a9259b37bf50c955434e2\"><code>ef9c88b</code></a> Bump semver from 6.1.2 to 6.3.1 (<a href=\"https://redirect.github.com/actions/setup-node/issues/807\">#807</a>)</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/ea800d4ebc5caee4d124da96f624d6c65545cc31\"><code>ea800d4</code></a> Bump tough-cookie and <code>@\u200bazure/ms-rest-js</code> (<a href=\"https://redirect.github.com/actions/setup-node/issues/802\">#802</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/actions/setup-node/compare/v3.6.0...v3.8.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 19 "comments": [ 20 { 21 "author": "dependabot[bot]", 22 "created_at": "2023-08-22T09:34:12Z", 23 "body": "Looks like actions/setup-node is up-to-date now, so this is no longer needed." 24 } 25 ], 26 "review_comments": [] 27 }