Skip to content

Releases: actions/github-script

Update Octokit/Actions Toolkit

21 Aug 15:06
626af12

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

Choose a tag to compare

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

Update actions/github

04 Jun 18:18
6e5ee1d

Choose a tag to compare

This updates the NPM package @actions/github to the latest version, which includes updates to the rest API interface.

Add @actions/io

20 May 13:56
c7971c2

Choose a tag to compare

This release includes the @actions/io package, exposed as io in the script.

Initial release

18 May 18:33
048309c

Choose a tag to compare

This is the initial major release of actions/github-script

Add @actions/core

24 Mar 19:15
5d03ada

Choose a tag to compare

This release adds the core variable to the script, which gives one access to the @actions/core package.

Fix version references

28 Feb 14:19
80a5e94

Choose a tag to compare

The previous release had 0.6.0 in package*.json, and the README. This release has proper versions, because pedantry.

Update @actions dependencies

28 Feb 14:13
0cb5c91

Choose a tag to compare

Fix async/await

25 Feb 20:46
5363c89

Choose a tag to compare

Version 0.5.0 targeted an older version of ECMAScript. This version builds the action for ES2018.

Default to github-token

13 Feb 19:19
f3c2f2e

Choose a tag to compare

This release includes #24, which defaults to using the default GitHub token from the workflow context.