165.md (21362B)
1 # PR #165 Bump the github-actions group with 2 updates 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-11-06T09:55:28Z 6 - **Branch:** dependabot/github_actions/github-actions-8612067b5a → main 7 - **Closed:** 2023-12-04T09:11:51Z 8 - **Labels:** dependencies, github_actions 9 - **Diff:** [165.diff](./165.diff) 10 11 --- 12 13 Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov). 14 15 Updates `actions/setup-node` from 3 to 4 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>v4.0.0</h2> 21 <h2>What's Changed</h2> 22 <p>In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in <a href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p> 23 <p>Besides, release contains such changes as:</p> 24 <ul> 25 <li>Upgrade actions/checkout to v4 by <a href="https://github.com/gmembre-zenika"><code>@gmembre-zenika</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li> 26 <li>Update actions/checkout for documentation and yaml by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li> 27 </ul> 28 <h2>New Contributors</h2> 29 <ul> 30 <li><a href="https://github.com/gmembre-zenika"><code>@gmembre-zenika</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li> 31 </ul> 32 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p> 33 <h2>v3.8.2</h2> 34 <h2>What's Changed</h2> 35 <ul> 36 <li>Update semver by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li> 37 <li>Update temp directory creation by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li> 38 <li>Bump <code>@babel/traverse</code> from 7.15.4 to 7.23.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li> 39 <li>Add notice about binaries not being updated yet by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li> 40 <li>Update toolkit cache and core by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> and <a href="https://github.com/seongwon-privatenote"><code>@seongwon-privatenote</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li> 41 </ul> 42 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p> 43 <h2>v3.8.1</h2> 44 <h2>What's Changed</h2> 45 <p>In scope of this release, the filter was removed within the cache-save step by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-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> 46 <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> 47 <h2>v3.8.0</h2> 48 <h2>What's Changed</h2> 49 <h3>Bug fixes:</h3> 50 <ul> 51 <li>Add check for existing paths by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li> 52 <li>Resolve SymbolicLink by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li> 53 <li>Change passing logic for cache input by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li> 54 <li>Fix armv7 cache issue by <a href="https://github.com/louislam"><code>@louislam</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li> 55 <li>Update check-dist workflow name by <a href="https://github.com/sinchang"><code>@sinchang</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li> 56 </ul> 57 <h3>Feature implementations:</h3> 58 <ul> 59 <li>feat: handling the case where "node" is used for tool-versions file. by <a href="https://github.com/xytis"><code>@xytis</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li> 60 </ul> 61 <h3>Documentation changes:</h3> 62 <ul> 63 <li>Refer to semver package name in README.md by <a href="https://github.com/olleolleolle"><code>@olleolleolle</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li> 64 </ul> 65 <h3>Update dependencies:</h3> 66 <ul> 67 <li>Update toolkit cache to fix zstd by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li> 68 <li>Bump tough-cookie and <code>@azure/ms-rest-js</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li> 69 <li>Bump semver from 6.1.2 to 6.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li> 70 </ul> 71 <!-- raw HTML omitted --> 72 </blockquote> 73 <p>... (truncated)</p> 74 </details> 75 <details> 76 <summary>Commits</summary> 77 <ul> 78 <li><a href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a> Update actions/checkout for documentation and yaml (<a href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li> 79 <li><a href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a> upgrade actions/checkout to v4 (<a href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li> 80 <li><a href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a> Change node version for action to node20 (<a href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li> 81 <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3...v4">compare view</a></li> 82 </ul> 83 </details> 84 <br /> 85 86 Updates `zgosalvez/github-actions-report-lcov` from 3 to 4 87 <details> 88 <summary>Release notes</summary> 89 <p><em>Sourced from <a href="https://github.com/zgosalvez/github-actions-report-lcov/releases">zgosalvez/github-actions-report-lcov's releases</a>.</em></p> 90 <blockquote> 91 <h2>v4.0.0</h2> 92 <h2>What's Changed</h2> 93 <ul> 94 <li>Transition to Node 20 by <a href="https://github.com/zgosalvez"><code>@zgosalvez</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/152">zgosalvez/github-actions-report-lcov#152</a></li> 95 <li>Bump eslint from 8.44.0 to 8.51.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/147">zgosalvez/github-actions-report-lcov#147</a></li> 96 <li>Bump actions/checkout from 3.5.3 to 4.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/145">zgosalvez/github-actions-report-lcov#145</a></li> 97 <li>Bump actions/cache from 3.3.1 to 3.3.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/146">zgosalvez/github-actions-report-lcov#146</a></li> 98 <li>Bump actions/setup-node from 3.7.0 to 3.8.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/138">zgosalvez/github-actions-report-lcov#138</a></li> 99 <li>Bump <code>@vercel/ncc</code> from 0.36.1 to 0.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/141">zgosalvez/github-actions-report-lcov#141</a></li> 100 <li>Bump zgosalvez/github-actions-get-action-runs-using-version from 1.0.13 to 1.0.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/133">zgosalvez/github-actions-report-lcov#133</a></li> 101 <li>Bump <code>@actions/artifact</code> from 1.1.1 to 1.1.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/140">zgosalvez/github-actions-report-lcov#140</a></li> 102 <li>Bump npm from 9.8.0 to 10.2.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/153">zgosalvez/github-actions-report-lcov#153</a></li> 103 <li>Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.4 to 3.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/157">zgosalvez/github-actions-report-lcov#157</a></li> 104 <li>Bump actions/checkout from 4.1.0 to 4.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/154">zgosalvez/github-actions-report-lcov#154</a></li> 105 <li>Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/159">zgosalvez/github-actions-report-lcov#159</a></li> 106 <li>Bump actions/setup-node from 3.8.1 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/156">zgosalvez/github-actions-report-lcov#156</a></li> 107 <li>Bump <code>@actions/core</code> from 1.10.0 to 1.10.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/158">zgosalvez/github-actions-report-lcov#158</a></li> 108 <li>Bump <code>@actions/github</code> from 5.1.1 to 6.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/155">zgosalvez/github-actions-report-lcov#155</a></li> 109 </ul> 110 <p><strong>Full Changelog</strong>: <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v4.0.0">https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v4.0.0</a></p> 111 <h2>v3.1.8</h2> 112 <h2>What's Changed</h2> 113 <ul> 114 <li>Bump npm from 9.6.6 to 9.7.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/124">zgosalvez/github-actions-report-lcov#124</a></li> 115 <li>Bump eslint from 8.40.0 to 8.43.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/123">zgosalvez/github-actions-report-lcov#123</a></li> 116 <li>Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.2 to 2.1.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/120">zgosalvez/github-actions-report-lcov#120</a></li> 117 <li>Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.3 to 2.1.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/128">zgosalvez/github-actions-report-lcov#128</a></li> 118 <li>Bump actions/setup-node from 3.6.0 to 3.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/129">zgosalvez/github-actions-report-lcov#129</a></li> 119 <li>Bump actions/checkout from 3.5.2 to 3.5.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/125">zgosalvez/github-actions-report-lcov#125</a></li> 120 <li>Bump npm from 9.7.2 to 9.8.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/127">zgosalvez/github-actions-report-lcov#127</a></li> 121 <li>Bump eslint from 8.43.0 to 8.44.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/126">zgosalvez/github-actions-report-lcov#126</a></li> 122 </ul> 123 <p><strong>Full Changelog</strong>: <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.8">https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.8</a></p> 124 <h2>v3.1.7</h2> 125 <h2>What's Changed</h2> 126 <ul> 127 <li>Bump eslint from 8.39.0 to 8.40.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/117">zgosalvez/github-actions-report-lcov#117</a></li> 128 <li>Bump zgosalvez/github-actions-get-action-runs-using-version from 1.0.12 to 1.0.13 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/115">zgosalvez/github-actions-report-lcov#115</a></li> 129 <li>Bump actions/checkout from 3.5.0 to 3.5.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/114">zgosalvez/github-actions-report-lcov#114</a></li> 130 <li>Bump npm from 9.6.5 to 9.6.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/116">zgosalvez/github-actions-report-lcov#116</a></li> 131 </ul> 132 <p><strong>Full Changelog</strong>: <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.7">https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.7</a></p> 133 <h2>v3.1.6</h2> 134 <h2>What's Changed</h2> 135 <ul> 136 <li>Bump npm from 9.6.4 to 9.6.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/112">zgosalvez/github-actions-report-lcov#112</a></li> 137 <li>Bump eslint from 8.38.0 to 8.39.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/113">zgosalvez/github-actions-report-lcov#113</a></li> 138 </ul> 139 <!-- raw HTML omitted --> 140 </blockquote> 141 <p>... (truncated)</p> 142 </details> 143 <details> 144 <summary>Commits</summary> 145 <ul> 146 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/96c2a8e4f5239525b6a15297efb1d648ca60ef15"><code>96c2a8e</code></a> Bump npm from 10.2.2 to 10.2.3 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/160">#160</a>)</li> 147 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/dec4f557b8266b4a48d66d7a06a639dde8a1a0d1"><code>dec4f55</code></a> Bump eslint from 8.52.0 to 8.53.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/161">#161</a>)</li> 148 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/b09f498e9629dab1d8684cd93c4b08f981b68749"><code>b09f498</code></a> Create SECURITY.md</li> 149 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/76a5e21a047c089ef0451f1ee320cdf12f712342"><code>76a5e21</code></a> Bump <code>@actions/github</code> from 5.1.1 to 6.0.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/155">#155</a>)</li> 150 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/3413231e207a06acc9235f7db20fcde88db86bdf"><code>3413231</code></a> Bump <code>@actions/core</code> from 1.10.0 to 1.10.1 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/158">#158</a>)</li> 151 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/c249a9be2078f1240408642b8b98230fa28bd679"><code>c249a9b</code></a> Bump actions/setup-node from 3.8.1 to 4.0.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/156">#156</a>)</li> 152 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/3ad5d60b7b6593760fec07e62c78a0168fc2beae"><code>3ad5d60</code></a> Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/159">#159</a>)</li> 153 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/bfe53ba0bf298c31edf6012f263b8563f8d6bad7"><code>bfe53ba</code></a> Bump actions/checkout from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/154">#154</a>)</li> 154 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/f9b6f75952a28e5b189164267e7211391e08c017"><code>f9b6f75</code></a> Bump zgosalvez/github-actions-ensure-sha-pinned-actions (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/157">#157</a>)</li> 155 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/cc4e8c154ffe1e1847484ec70e754e6de0d4abee"><code>cc4e8c1</code></a> Bump npm from 9.8.0 to 10.2.2 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/153">#153</a>)</li> 156 <li>Additional commits viewable in <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v4">compare view</a></li> 157 </ul> 158 </details> 159 <br /> 160 161 162 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`. 163 164 [//]: # (dependabot-automerge-start) 165 [//]: # (dependabot-automerge-end) 166 167 --- 168 169 <details> 170 <summary>Dependabot commands and options</summary> 171 <br /> 172 173 You can trigger Dependabot actions by commenting on this PR: 174 - `@dependabot rebase` will rebase this PR 175 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 176 - `@dependabot merge` will merge this PR after your CI passes on it 177 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 178 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 179 - `@dependabot reopen` will reopen this PR if it is closed 180 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 181 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 182 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) 183 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) 184 - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) 185 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 186 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 187 188 189 </details> 190 191 192 ## Comments 193 194 ### @dependabot[bot] — 2023-12-04T09:11:48Z 195 196 Looks like these dependencies are updatable in another way, so this is no longer needed. 197