118.md (7638B)
1 # PR #118 Bump actions/setup-node from 4.1.0 to 4.2.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2025-01-27T07:45:29Z 6 - **Branch:** dependabot/github_actions/actions/setup-node-4.2.0 → main 7 - **Closed:** 2025-03-17T07:20:35Z 8 - **Labels:** dependencies, github_actions 9 - **Diff:** [118.diff](./118.diff) 10 11 --- 12 13 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.2.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> 17 <blockquote> 18 <h2>v4.2.0</h2> 19 <h2>What's Changed</h2> 20 <ul> 21 <li>Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1174">actions/setup-node#1174</a></li> 22 <li>Add recommended permissions section to readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1193">actions/setup-node#1193</a></li> 23 <li>Configure Dependabot settings by <a href="https://github.com/HarithaVattikuti"><code>@HarithaVattikuti</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1192">actions/setup-node#1192</a></li> 24 <li>Upgrade <code>@actions/cache</code> to <code>^4.0.0</code> by <a href="https://github.com/priyagupta108"><code>@priyagupta108</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1191">actions/setup-node#1191</a></li> 25 <li>Upgrade pnpm/action-setup from 2 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1194">actions/setup-node#1194</a></li> 26 <li>Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1195">actions/setup-node#1195</a></li> 27 <li>Upgrade semver from 7.6.0 to 7.6.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1196">actions/setup-node#1196</a></li> 28 <li>Upgrade <code>@types/jest</code> from 29.5.12 to 29.5.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1201">actions/setup-node#1201</a></li> 29 <li>Upgrade undici from 5.28.4 to 5.28.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1205">actions/setup-node#1205</a></li> 30 </ul> 31 <h2>New Contributors</h2> 32 <ul> 33 <li><a href="https://github.com/benwells"><code>@benwells</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1193">actions/setup-node#1193</a></li> 34 </ul> 35 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v4...v4.2.0">https://github.com/actions/setup-node/compare/v4...v4.2.0</a></p> 36 </blockquote> 37 </details> 38 <details> 39 <summary>Commits</summary> 40 <ul> 41 <li><a href="https://github.com/actions/setup-node/commit/1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a"><code>1d0ff46</code></a> Bump undici from 5.28.4 to 5.28.5 (<a href="https://redirect.github.com/actions/setup-node/issues/1205">#1205</a>)</li> 42 <li><a href="https://github.com/actions/setup-node/commit/574f09a9fa0c028c06ee94033784a2f5488c1735"><code>574f09a</code></a> Bump <code>@types/jest</code> from 29.5.12 to 29.5.14 (<a href="https://redirect.github.com/actions/setup-node/issues/1201">#1201</a>)</li> 43 <li><a href="https://github.com/actions/setup-node/commit/260f8702db9370369d6db260321ecd0b7e315aca"><code>260f870</code></a> Bump semver from 7.6.0 to 7.6.3 (<a href="https://redirect.github.com/actions/setup-node/issues/1196">#1196</a>)</li> 44 <li><a href="https://github.com/actions/setup-node/commit/111c4beff82d35f6cda1048b03ca97416b4827da"><code>111c4be</code></a> Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (<a href="https://redirect.github.com/actions/setup-node/issues/1195">#1195</a>)</li> 45 <li><a href="https://github.com/actions/setup-node/commit/0bc26deefe2041d1d27fd1bcb7acfe0320b2bc08"><code>0bc26de</code></a> Bump pnpm/action-setup from 2 to 4 (<a href="https://redirect.github.com/actions/setup-node/issues/1194">#1194</a>)</li> 46 <li><a href="https://github.com/actions/setup-node/commit/8f9cc178b6e843639351e0bd5d638e5fd0a8dec7"><code>8f9cc17</code></a> Use the new cache service: upgrade <code>@actions/cache</code> to <code>^4.0.0</code> (<a href="https://redirect.github.com/actions/setup-node/issues/1191">#1191</a>)</li> 47 <li><a href="https://github.com/actions/setup-node/commit/5eef37b631f7ebb82c0199d32ca7b5bfa58f40b0"><code>5eef37b</code></a> Create dependabot.yml (<a href="https://redirect.github.com/actions/setup-node/issues/1192">#1192</a>)</li> 48 <li><a href="https://github.com/actions/setup-node/commit/fbeca22fb217b9a8ce9891899ff32e5edae593f7"><code>fbeca22</code></a> Update README.md (<a href="https://redirect.github.com/actions/setup-node/issues/1193">#1193</a>)</li> 49 <li><a href="https://github.com/actions/setup-node/commit/48b90677b6048efbc723b11a94acb950d3f1ac36"><code>48b9067</code></a> Add macos-13 to the workflows and upgrade publish-actions from 0.2.2 to 0.3.0...</li> 50 <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v4.1.0...v4.2.0">compare view</a></li> 51 </ul> 52 </details> 53 <br /> 54 55 56 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 57 58 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`. 59 60 [//]: # (dependabot-automerge-start) 61 [//]: # (dependabot-automerge-end) 62 63 --- 64 65 <details> 66 <summary>Dependabot commands and options</summary> 67 <br /> 68 69 You can trigger Dependabot actions by commenting on this PR: 70 - `@dependabot rebase` will rebase this PR 71 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 72 - `@dependabot merge` will merge this PR after your CI passes on it 73 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 74 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 75 - `@dependabot reopen` will reopen this PR if it is closed 76 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 77 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 78 - `@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) 79 - `@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) 80 - `@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) 81 82 83 </details> 84 85 86 ## Comments 87 88 ### @dependabot[bot] — 2025-03-17T07:20:35Z 89 90 Superseded by #120. 91