Bump actions/github-script from 4 to 6 #9

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/github-script-6 into v3 2022-03-07 13:24:29 +03:00
dependabot[bot] commented 2022-03-07 12:42:06 +03:00 (Migrated from github.com)

Bumps actions/github-script from 4 to 6.

Release notes

Sourced from actions/github-script's releases.

v6.0.0

What's Changed

Breaking Changes

With the update to Node 16 in #235, all scripts will now be run with Node 16 rather than Node 12.

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v5...v6.0.0

v5.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v5.0.0...v5.1.0

v5.0.0

What's Changed

Breaking Changes

As part of this update, the Octokit context available via github no longer has REST methods directly. These methods are available via github.rest.* - https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0

See https://github.com/actions/github-script#breaking-changes-in-v5

Full Changelog: https://github.com/actions/github-script/compare/v4.1.1...v5.0.0

v4.1.1

What's Changed

Full Changelog: https://github.com/actions/github-script/compare/v4.1.0...v4.1.1

v4.1.0

What's Changed

... (truncated)

Commits
  • 9ac0880 Merge pull request #240 from actions/joshmgross/document-esm
  • 53cdbb4 Merge pull request #239 from actions/joshmgross/v6
  • 6b8d8aa Merge pull request #238 from actions/joshmgross/update-actions-core
  • 6689be4 Merge pull request #237 from actions/joshmgross/audit-fix
  • 5541733 Add an example using ESM import
  • cd8eebf Release version 6.0.0
  • 72fadf4 Update @actions/core to 1.6.0
  • d526c04 Update node-fetch license
  • 2c946f1 Run npm audit fix
  • 41e1ab4 Merge pull request #235 from thboop/patch-1
  • 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)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/github-script/releases">actions/github-script's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update default runtime to node16 by <a href="https://github.com/thboop"><code>@​thboop</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/235">actions/github-script#235</a></li> <li>Update <code>node-fetch</code> by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/237">actions/github-script#237</a></li> <li>Update <code>@actions/core</code> to 1.6.0 by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/238">actions/github-script#238</a></li> </ul> <h3>Breaking Changes</h3> <p>With the update to Node 16 in <a href="https://github-redirect.dependabot.com/actions/github-script/issues/235">#235</a>, all scripts will now be run with Node 16 rather than Node 12.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/thboop"><code>@​thboop</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/235">actions/github-script#235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v5...v6.0.0">https://github.com/actions/github-script/compare/v5...v6.0.0</a></p> <h2>v5.1.0</h2> <h2>What's Changed</h2> <ul> <li>Update to latest versions for dev dependencies by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/204">actions/github-script#204</a></li> <li>update plugin dependencies by <a href="https://github.com/PeterNitscheMI"><code>@​PeterNitscheMI</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/216">actions/github-script#216</a></li> <li>Update licenses and use <code>jonabc/setup-licensed</code> in workflow by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/228">actions/github-script#228</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/johan-lindqvist"><code>@​johan-lindqvist</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/201">actions/github-script#201</a></li> <li><a href="https://github.com/ansgarm"><code>@​ansgarm</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/215">actions/github-script#215</a></li> <li><a href="https://github.com/PeterNitscheMI"><code>@​PeterNitscheMI</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/216">actions/github-script#216</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v5.0.0...v5.1.0">https://github.com/actions/github-script/compare/v5.0.0...v5.1.0</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade to the latest version of Octokit by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/193">actions/github-script#193</a> (Thanks to <a href="https://github.com/IronSean"><code>@​IronSean</code></a> for contributing to this fix)</li> </ul> <h2>Breaking Changes</h2> <p>As part of this update, the Octokit context available via <code>github</code> no longer has REST methods directly. These methods are available via <code>github.rest.*</code> - <a href="https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0">https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0</a></p> <p>See <a href="https://github.com/actions/github-script#breaking-changes-in-v5">https://github.com/actions/github-script#breaking-changes-in-v5</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v4.1.1...v5.0.0">https://github.com/actions/github-script/compare/v4.1.1...v5.0.0</a></p> <h2>v4.1.1</h2> <h2>What's Changed</h2> <ul> <li>Update minor versions of dependencies by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/192">actions/github-script#192</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v4.1.0...v4.1.1">https://github.com/actions/github-script/compare/v4.1.0...v4.1.1</a></p> <h2>v4.1.0</h2> <h2>What's Changed</h2> <ul> <li>Adding <code>@​actions/exec</code> to github-script by <a href="https://github.com/bhavanakonchada"><code>@​bhavanakonchada</code></a> in <a href="https://github-redirect.dependabot.com/actions/github-script/pull/178">actions/github-script#178</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/github-script/commit/9ac08808f993958e9de277fe43a64532a609130e"><code>9ac0880</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/github-script/issues/240">#240</a> from actions/joshmgross/document-esm</li> <li><a href="https://github.com/actions/github-script/commit/53cdbb4a1b0ce55e0b3c6678c8bcb21dd5342935"><code>53cdbb4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/github-script/issues/239">#239</a> from actions/joshmgross/v6</li> <li><a href="https://github.com/actions/github-script/commit/6b8d8aaad456fb7320b2e478ad6896bee60921c2"><code>6b8d8aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/github-script/issues/238">#238</a> from actions/joshmgross/update-actions-core</li> <li><a href="https://github.com/actions/github-script/commit/6689be4f99bc9734c4e650a1cbbcb3ef1690f0eb"><code>6689be4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/github-script/issues/237">#237</a> from actions/joshmgross/audit-fix</li> <li><a href="https://github.com/actions/github-script/commit/5541733ecff4b86e4ec217abadab4058fcaea392"><code>5541733</code></a> Add an example using ESM <code>import</code></li> <li><a href="https://github.com/actions/github-script/commit/cd8eebf4a552bd70279feb13966ef3520b9968ca"><code>cd8eebf</code></a> Release version 6.0.0</li> <li><a href="https://github.com/actions/github-script/commit/72fadf4ee85229843c3fa434b31c6c73af41f503"><code>72fadf4</code></a> Update <code>@actions/core</code> to 1.6.0</li> <li><a href="https://github.com/actions/github-script/commit/d526c0463af57e39abe5a0e3deb286a50e6ebb67"><code>d526c04</code></a> Update <code>node-fetch</code> license</li> <li><a href="https://github.com/actions/github-script/commit/2c946f132f0939c7dd7ea63af08ba8fb7fd7f670"><code>2c946f1</code></a> Run <code>npm audit fix</code></li> <li><a href="https://github.com/actions/github-script/commit/41e1ab4f53305270b2dc2fae1ee2c6cdf842d2b2"><code>41e1ab4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/github-script/issues/235">#235</a> from thboop/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/actions/github-script/compare/v4...v6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/github-script&package-manager=github_actions&previous-version=4&new-version=6)](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>
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
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: unistack-org/micro-proto#9
No description provided.