Skip to content

Releases: actions/github-script

v4.1.0

19 Aug 17:55
f891eff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

Update @actions/core package

23 Apr 17:31
a3e7071
Compare
Choose a tag to compare

This release updates the @actions/core package to 1.2.7 - #137

Fix "require" search path

21 Apr 22:33
85e88a6
Compare
Choose a tag to compare

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

21 Apr 21:54
95fb649
Compare
Choose a tag to compare

This release adds support for relative require paths, as well as requiring npm modules installed in the working directory.

Add `@actions/glob` package

30 Mar 18:04
f05a81d
Compare
Choose a tag to compare

This releases adds the @actions/glob package, which can be used in scripts via the glob variable - #127

Update Octokit Dependencies

17 Nov 14:17
47f7cf6
Compare
Choose a tag to compare

Fix build

17 Nov 13:44
3c58ce3
Compare
Choose a tag to compare

I made an error in building v3.0.1, and this resolves that.

Bump actions-core

17 Nov 13:13
ff0a9e8
Compare
Choose a tag to compare

This release bumps actions-core to 1.2.6.

Update Octokit/Actions Toolkit

21 Aug 15:06
626af12
Compare
Choose a tag to compare

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

07 Aug 01:13
44b873b
Compare
Choose a tag to compare

This release includes vendored licenses for this action's npm dependencies.