Releases: actions/github-script
v4.1.0
What's Changed
- Adding @actions/exec to github-script by @bhavanakonchada in #178
- Run npm audit and update dev dependencies by @joshmgross in #181
New Contributors
- @MichaelDeBoey made their first contribution in #145
- @oscard0m made their first contribution in #174
- @brcrista made their first contribution in #177
- @bhavanakonchada made their first contribution in #178
Full Changelog: v4.0.2...v4.1.0
Update @actions/core package
This release updates the @actions/core
package to 1.2.7 - #137
Fix "require" search path
Previously, the wrapped require
searched the existing module.paths
and then process.cwd()
. We now only search process.cwd()
. See #136 for details.
Add support for relative and npm package require
This release adds support for relative require paths, as well as requiring npm modules installed in the working directory.
Add `@actions/glob` package
This releases adds the @actions/glob
package, which can be used in scripts via the glob
variable - #127
Update Octokit Dependencies
This release adds the latest Octokit dependencies.
Fix build
I made an error in building v3.0.1, and this resolves that.
Bump actions-core
This release bumps actions-core to 1.2.6.
Update Octokit/Actions Toolkit
The Actions and Octokit dependencies have been bumped. Since they contain major version updates, this also constitutes a major version update for this action:
{
"@actions/core": "^1.2.4",
"@actions/github": "^4.0.0",
"@actions/io": "^1.0.2",
"@octokit/core": "^3.1.2",
"@octokit/plugin-paginate-rest": "^2.3.0",
"@octokit/plugin-rest-endpoint-methods": "^4.1.2"
}
Vendor third-party licenses
This release includes vendored licenses for this action's npm dependencies.