chore(deps): update actions/github-script action to v7 #57
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.
This PR contains the following updates:
0.9.0
->v7.0.1
Release Notes
actions/github-script (actions/github-script)
v7.0.1
Compare Source
What's Changed
baseUrl
to undefined when input is not provided by @joshmgross in https://github.com/actions/github-script/pull/439Full Changelog: actions/github-script@v7.0.0...v7.0.1
v7.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.4.1...v7.0.0
v6.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.4.0...v6.4.1
v6.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.3.3...v6.4.0
v6.3.3
Compare Source
What's Changed
@actions/glob
to 0.3.0 by @nineinchnick in https://github.com/actions/github-script/pull/279New Contributors
Full Changelog: actions/github-script@v6.3.2...v6.3.3
v6.3.2
Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.3.1...v6.3.2
v6.3.1
Compare Source
What's Changed
Full Changelog: actions/github-script@v6.3.0...v6.3.1
v6.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v6.2.0...v6.3.0
v6.2.0
Compare Source
What's Changed
@octokit/plugin-rest-endpoint-methods
to version 6.x by @desrosj in https://github.com/actions/github-script/pull/283New Contributors
Full Changelog: actions/github-script@v6.1.1...v6.2.0
v6.1.1
Compare Source
What's Changed
Non-code changes
New Contributors
Full Changelog: actions/github-script@v6.1.0...v6.1.1
v6.1.0
Compare Source
What's Changed
@actions/core
to 1.8.1 by @smaeda-ks in https://github.com/actions/github-script/pull/263New Contributors
Full Changelog: actions/github-script@v6.0.0...v6.1.0
v6.0.0
Compare Source
What's Changed
node-fetch
by @joshmgross in https://github.com/actions/github-script/pull/237@actions/core
to 1.6.0 by @joshmgross in https://github.com/actions/github-script/pull/238Breaking 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: actions/github-script@v5...v6.0.0
v5.2.0
Compare Source
What's Changed
Full Changelog: actions/github-script@v5.1.1...v5.2.0
v5.1.1
Compare Source
What's Changed
Full Changelog: actions/github-script@v5.1.0...v5.1.1
v5.1.0
Compare Source
What's Changed
jonabc/setup-licensed
in workflow by @joshmgross in https://github.com/actions/github-script/pull/228New Contributors
Full Changelog: actions/github-script@v5.0.0...v5.1.0
v5.0.0
Compare Source
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 viagithub.rest.*
- https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0See https://github.com/actions/github-script#breaking-changes-in-v5
Full Changelog: actions/github-script@v4.1.1...v5.0.0
v4.2.0
Compare Source
What's Changed
Full Changelog: actions/github-script@v4.1.1...v4.2.0
v4.1.1
Compare Source
What's Changed
Full Changelog: actions/github-script@v4.1.0...v4.1.1
v4.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/github-script@v4.0.2...v4.1.0
v4.0.2
: Update @actions/core packageCompare Source
This release updates the
@actions/core
package to 1.2.7 - https://github.com/actions/github-script/pull/137v4.0.1
: Fix "require" search pathCompare Source
Previously, the wrapped
require
searched the existingmodule.paths
and thenprocess.cwd()
. We now only searchprocess.cwd()
. See https://github.com/actions/github-script/pull/136 for details.v4.0.0
: Add support for relative and npm package requireCompare Source
This release adds support for relative require paths, as well as requiring npm modules installed in the working directory.
v3.2.0
Compare Source
What's Changed
Full Changelog: actions/github-script@v3.1.1...v3.2.0
v3.1.1
: Add `@actions/glob` packageCompare Source
This releases adds the
@actions/glob
package, which can be used in scripts via theglob
variable - #127v3.1.0
: Update Octokit DependenciesCompare Source
This release adds the latest Octokit dependencies.
v3.0.2
: Fix buildCompare Source
I made an error in building v3.0.1, and this resolves that.
v3.0.1
: Bump actions-coreCompare Source
This release bumps actions-core to 1.2.6.
v3.0.0
: Update Octokit/Actions ToolkitCompare Source
The Actions and Octokit dependencies have been bumped. Since they contain major version updates, this also constitutes a major version update for this action:
v2.1.0
Compare Source
What's Changed
Full Changelog: actions/github-script@v2...v2.1.0
v2.0.1
: Vendor third-party licensesCompare Source
This release includes vendored licenses for this action's npm dependencies.
v2.0.0
: Update actions/githubCompare Source
This updates the NPM package
@actions/github
to the latest version, which includes updates to the rest API interface.v1.1.0
: Add @actions/ioCompare Source
This release includes the @actions/io package, exposed as
io
in the script.v1.0.1
Compare Source
v1.0.0
: Initial releaseCompare Source
This is the initial major release of actions/github-script
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.