151.md (5886B)
1 # PR #151 Bump actions/setup-node from 3.0.0 to 3.1.1 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-04-18T08:17:47Z 6 - **Branch:** dependabot/github_actions/actions/setup-node-3.1.1 → main 7 - **Merged:** 2022-04-18T09:46:51Z 8 - **Labels:** dependencies, github_actions 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [151.diff](./151.diff) 12 13 --- 14 15 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 3.1.1. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> 19 <blockquote> 20 <h2>Update actions/cache version to 2.0.2</h2> 21 <p>In scope of this release we updated <code>actions/cache</code> package as the new version contains fixes related to GHES 3.5 (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/460">actions/setup-node#460</a>)</p> 22 <h2>Add caching support on GHES 3.5</h2> 23 <p>In scope of this release we added <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/452">support for caching from GHES 3.5</a> and fixed download issue for files > 2GB during restore. Besides, we updated <code>actions/cache</code> dependency to 2.0.0 version.</p> 24 </blockquote> 25 </details> 26 <details> 27 <summary>Commits</summary> 28 <ul> 29 <li><a href="https://github.com/actions/setup-node/commit/56337c425554a6be30cdef71bf441f15be286854"><code>56337c4</code></a> Updated <code>@actions/cache</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/460">#460</a>)</li> 30 <li><a href="https://github.com/actions/setup-node/commit/76d3665dc084409ba9e6c467009338cf86e9dd5f"><code>76d3665</code></a> Convert CONDUCT to CODE_OF_CONDUCT.md (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/391">#391</a>)</li> 31 <li><a href="https://github.com/actions/setup-node/commit/5b52f097d36d4b0b2f94ed6de710023fbb8b2236"><code>5b52f09</code></a> Bump <code>actions/checkout@v3</code> within advanced usage examples documentation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/456">#456</a>)</li> 32 <li><a href="https://github.com/actions/setup-node/commit/75716637dc8cd06e88621003df6357fdcee67772"><code>7571663</code></a> Bump to <code>actions/checkout@v3</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/437">#437</a>)</li> 33 <li><a href="https://github.com/actions/setup-node/commit/546fd45825c7f5d63e19e4595c08c16d66bcbad9"><code>546fd45</code></a> Updated documentation/workflows to use <code>actions/setup-node@v3</code> (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/433">#433</a>)</li> 34 <li><a href="https://github.com/actions/setup-node/commit/bacd6b4b3ac3127b28a1e1920c23bf1c2cadbb85"><code>bacd6b4</code></a> Caching on GHES (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/452">#452</a>)</li> 35 <li><a href="https://github.com/actions/setup-node/commit/bed538bd04a773f1616efba082915a7638d8eb5f"><code>bed538b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/448">#448</a> from actions/dependabot/npm_and_yarn/minimist-1.2.6</li> 36 <li><a href="https://github.com/actions/setup-node/commit/f3e93d1b9dbf0ec44d17b09dea3d0446dd7d25d7"><code>f3e93d1</code></a> Bump minimist from 1.2.5 to 1.2.6</li> 37 <li><a href="https://github.com/actions/setup-node/commit/ed960c9656f8a2da28b0133d2bba0c7b6f2728a1"><code>ed960c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/440">#440</a> from actions/joshmgross/service-codeowners</li> 38 <li><a href="https://github.com/actions/setup-node/commit/77f43a440004389e5ec966078985f6a3153df1da"><code>77f43a4</code></a> Update CODEOWNERS to actions-service</li> 39 <li>See full diff in <a href="https://github.com/actions/setup-node/compare/9ced9a43a244f3ac94f13bfd896db8c8f30da67a...56337c425554a6be30cdef71bf441f15be286854">compare view</a></li> 40 </ul> 41 </details> 42 <br /> 43 44 45 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 46 47 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`. 48 49 [//]: # (dependabot-automerge-start) 50 [//]: # (dependabot-automerge-end) 51 52 --- 53 54 <details> 55 <summary>Dependabot commands and options</summary> 56 <br /> 57 58 You can trigger Dependabot actions by commenting on this PR: 59 - `@dependabot rebase` will rebase this PR 60 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 61 - `@dependabot merge` will merge this PR after your CI passes on it 62 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 63 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 64 - `@dependabot reopen` will reopen this PR if it is closed 65 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 66 - `@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) 67 - `@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) 68 - `@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) 69 70 71 </details> 72