Skip to content

Releases: actions/github-script

Bump actions-core

Choose a tag to compare

@jclem jclem released this 17 Nov 13:13
ff0a9e8

This release bumps actions-core to 1.2.6.

Update Octokit/Actions Toolkit

Choose a tag to compare

@jclem jclem released this 21 Aug 15:06
626af12

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

Choose a tag to compare

@jclem jclem released this 07 Aug 01:13
44b873b

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

Update actions/github

Choose a tag to compare

@jclem jclem released this 04 Jun 18:18
6e5ee1d

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

Add @actions/io

Choose a tag to compare

@jclem jclem released this 20 May 13:56
c7971c2

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

Initial release

Choose a tag to compare

@jclem jclem released this 18 May 18:33
048309c

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

Add @actions/core

Choose a tag to compare

@jclem jclem released this 24 Mar 19:15
5d03ada

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

Fix version references

Choose a tag to compare

@jclem jclem released this 28 Feb 14:19
80a5e94

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

Update @actions dependencies

Choose a tag to compare

@jclem jclem released this 28 Feb 14:13
0cb5c91
0.7.0

Update README.md

Fix async/await

Choose a tag to compare

@jclem jclem released this 25 Feb 20:46
5363c89

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