Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Update actions/github-script action to v6 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/github-script action major 0.9.0 -> v6.3.3

Release Notes

actions/github-script

v6.3.3

Compare Source

What's Changed

New 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

New 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

New Contributors

Full Changelog: actions/github-script@v6.0.0...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking 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.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

New 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 via github.rest.* - https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0

See https://github.com/actions/github-script#breaking-changes-in-v5

Full Changelog: actions/github-script@v4.1.1...v5.0.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 package

Compare Source

This release updates the @actions/core package to 1.2.7 - https://github.com/actions/github-script/pull/137

v4.0.1: Fix "require" search path

Compare Source

Previously, the wrapped require searched the existing module.paths and then process.cwd(). We now only search process.cwd(). See https://github.com/actions/github-script/pull/136 for details.

v4.0.0: Add support for relative and npm package require

Compare Source

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

v3.1.1: Add `@​actions/glob` package

Compare Source

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

v3.1.0: Update Octokit Dependencies

Compare Source

This release adds the latest Octokit dependencies.

v3.0.2: Fix build

Compare Source

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

v3.0.1: Bump actions-core

Compare Source

This release bumps actions-core to 1.2.6.

v3.0.0: Update Octokit/Actions Toolkit

Compare 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:

{
    "@​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"
}

v2.0.1: Vendor third-party licenses

Compare Source

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

v2.0.0: Update actions/github

Compare 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/io

Compare Source

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

v1.0.1

Compare Source

v1.0.0: Initial release

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants