Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/github-script action to v6 - autoclosed #133

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

actions/github-script (actions/github-script)

v6.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.0...v6.4.1

v6.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v6.3.3...v6.4.0

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

Compare Source

What's Changed

Full Changelog: actions/github-script@v5.1.1...v5.2.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.2.0

Compare Source

What's Changed

Full Changelog: actions/github-script@v4.1.1...v4.2.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.2.0

Compare Source

What's Changed

Full Changelog: actions/github-script@v3.1.1...v3.2.0

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

Compare Source

What's Changed

Full Changelog: actions/github-script@v2...v2.1.0

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.

@renovate renovate bot force-pushed the renovate/actions-github-script-6.x branch from cc43240 to a0b839c Compare May 16, 2022 01:46
@renovate renovate bot force-pushed the renovate/actions-github-script-6.x branch from a0b839c to 721bd68 Compare September 25, 2022 16:20
@renovate renovate bot force-pushed the renovate/actions-github-script-6.x branch from 721bd68 to 4a6a615 Compare November 20, 2022 12:11
@renovate renovate bot force-pushed the renovate/actions-github-script-6.x branch from 4a6a615 to 4f1d2f0 Compare March 16, 2023 13:31
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/actions-github-script-6.x branch from 4f1d2f0 to 409cc7a Compare April 17, 2023 09:29
@renovate renovate bot changed the title chore(deps): update actions/github-script action to v6 chore(deps): update actions/github-script action to v6 - autoclosed Nov 13, 2023
@renovate renovate bot closed this Nov 13, 2023
@renovate renovate bot deleted the renovate/actions-github-script-6.x branch November 13, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant