-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions/github-script from 3 to 6 #3413
Merged
kenyonj
merged 1 commit into
main
from
dependabot-github_actions-actions-github-script-6
Nov 30, 2022
Merged
Bump actions/github-script from 3 to 6 #3413
kenyonj
merged 1 commit into
main
from
dependabot-github_actions-actions-github-script-6
Nov 30, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
github_actions
Pull requests that update GitHub Actions code
labels
Nov 30, 2022
kenyonj
approved these changes
Nov 30, 2022
kenyonj
deleted the
dependabot-github_actions-actions-github-script-6
branch
November 30, 2022 16:31
7497
…On Wed, Nov 30, 2022, 4:09 AM dependabot[bot] ***@***.***> wrote:
Bumps actions/github-script <https://github.com/actions/github-script>
from 3 to 6.
Release notes
*Sourced from actions/github-script's releases
<https://github.com/actions/github-script/releases>.*
v6.0.0 What's Changed
- Update default runtime to node16 by @thboop
<https://github.com/thboop> in actions/github-script#235
<https://github-redirect.dependabot.com/actions/github-script/pull/235>
- Update node-fetch by @joshmgross <https://github.com/joshmgross> in
actions/github-script#237
<https://github-redirect.dependabot.com/actions/github-script/pull/237>
- Update @actions/core to 1.6.0 by @joshmgross
<https://github.com/joshmgross> in actions/github-script#238
<https://github-redirect.dependabot.com/actions/github-script/pull/238>
Breaking Changes
With the update to Node 16 in #235
<https://github-redirect.dependabot.com/actions/github-script/issues/235>,
all scripts will now be run with Node 16 rather than Node 12.
New Contributors
- @thboop <https://github.com/thboop> made their first contribution
in actions/github-script#235
<https://github-redirect.dependabot.com/actions/github-script/pull/235>
*Full Changelog*: ***@***.***
<actions/github-script@v5...v6.0.0>
v5.1.1 What's Changed
- Bump @actions/core to 1.9.1 by @cory-miller
<https://github.com/cory-miller> in actions/github-script#281
<https://github-redirect.dependabot.com/actions/github-script/pull/281>
*Full Changelog*: ***@***.***
<actions/github-script@v5.1.0...v5.1.1>
v5.1.0 What's Changed
- Update to latest versions for dev dependencies by @joshmgross
<https://github.com/joshmgross> in actions/github-script#204
<https://github-redirect.dependabot.com/actions/github-script/pull/204>
- update plugin dependencies by @PeterNitscheMI
<https://github.com/PeterNitscheMI> in actions/github-script#216
<https://github-redirect.dependabot.com/actions/github-script/pull/216>
- Update licenses and use jonabc/setup-licensed in workflow by
@joshmgross <https://github.com/joshmgross> in
actions/github-script#228
<https://github-redirect.dependabot.com/actions/github-script/pull/228>
New Contributors
- @johan-lindqvist <https://github.com/johan-lindqvist> made their
first contribution in actions/github-script#201
<https://github-redirect.dependabot.com/actions/github-script/pull/201>
- @ansgarm <https://github.com/ansgarm> made their first contribution
in actions/github-script#215
<https://github-redirect.dependabot.com/actions/github-script/pull/215>
- @PeterNitscheMI <https://github.com/PeterNitscheMI> made their
first contribution in actions/github-script#216
<https://github-redirect.dependabot.com/actions/github-script/pull/216>
*Full Changelog*: ***@***.***
<actions/github-script@v5.0.0...v5.1.0>
v5.0.0 What's Changed
- Upgrade to the latest version of Octokit by @joshmgross
<https://github.com/joshmgross> in actions/github-script#193
<https://github-redirect.dependabot.com/actions/github-script/pull/193>
(Thanks to @IronSean <https://github.com/IronSean> for contributing
to this fix)
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*: ***@***.***
<actions/github-script@v4.1.1...v5.0.0>
v4.1.1 What's Changed
- Update minor versions of dependencies by @joshmgross
<https://github.com/joshmgross> in actions/github-script#192
<https://github-redirect.dependabot.com/actions/github-script/pull/192>
... (truncated)
Commits
- d556fea
<actions/github-script@d556fea>
Merge pull request #300
<https://github-redirect.dependabot.com/actions/github-script/issues/300>
from actions/joshmgross/v6.3.3
- 01fde8b
<actions/github-script@01fde8b>
Update version to 6.3.3
- 633e9fd
<actions/github-script@633e9fd>
Merge pull request #279
<https://github-redirect.dependabot.com/actions/github-script/issues/279>
from nineinchnick/update-glob
- ee124b1
<actions/github-script@ee124b1>
Update dist
- ca24d5f
<actions/github-script@ca24d5f>
Update @actions/glob license version
- c09747e
<actions/github-script@c09747e>
Merge branch 'main' into update-glob
- 1005277
<actions/github-script@1005277>
Merge pull request #299
<https://github-redirect.dependabot.com/actions/github-script/issues/299>
from actions/joshmgross/v6.3.2
- 085a775
<actions/github-script@085a775>
Bump version to 6.3.2
- 6871f0f
<actions/github-script@6871f0f>
Merge pull request #295
<https://github-redirect.dependabot.com/actions/github-script/issues/295>
from rentziass/rentziass/update-actions-core
- 7ed7182
<actions/github-script@7ed7182>
Update @actions/core to 1.10.0
- Additional commits viewable in compare view
<actions/github-script@v3...v6>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
You can trigger a rebase of this PR 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#3413
Commit Summary
- 5e0b103
<5e0b103>
Bump actions/github-script from 3 to 6
File Changes
(1 file <https://github.com/github/explore/pull/3413/files>)
- *M* .github/workflows/check_successful_topics_or_collections_test.yml
<https://github.com/github/explore/pull/3413/files#diff-a561e8ea239f668befdc5edeb92f3cc39e59000cd3244eb04dd59e8a0486e390>
(2)
Patch Links:
- https://github.com/github/explore/pull/3413.patch
- https://github.com/github/explore/pull/3413.diff
—
Reply to this email directly, view it on GitHub
<#3413>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3OJKYEBWS7RAZQUK7FFN2DWK4KWJANCNFSM6AAAAAASPMOFLA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/github-script from 3 to 6.
Release notes
Sourced from actions/github-script's releases.
... (truncated)
Commits
d556fea
Merge pull request #300 from actions/joshmgross/v6.3.301fde8b
Update version to 6.3.3633e9fd
Merge pull request #279 from nineinchnick/update-globee124b1
Update distca24d5f
Update@actions/glob
license versionc09747e
Merge branch 'main' into update-glob1005277
Merge pull request #299 from actions/joshmgross/v6.3.2085a775
Bump version to 6.3.26871f0f
Merge pull request #295 from rentziass/rentziass/update-actions-core7ed7182
Update@actions/core
to 1.10.0You can trigger a rebase of this PR 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)