Skip to content

build(deps): bump @actions/github from 7.0.0 to 8.0.0#232

Open
dependabot[bot] wants to merge 8 commits intomainfrom
dependabot/npm_and_yarn/actions/github-8.0.0
Open

build(deps): bump @actions/github from 7.0.0 to 8.0.0#232
dependabot[bot] wants to merge 8 commits intomainfrom
dependabot/npm_and_yarn/actions/github-8.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps @actions/github from 7.0.0 to 8.0.0.

Changelog

Sourced from @​actions/github's changelog.

8.0.0

  • Update @​octokit dependencies
    • @octokit/core ^7.0.6
    • @octokit/plugin-paginate-rest ^14.0.0
    • @octokit/plugin-rest-endpoint-methods ^17.0.0
    • @octokit/request ^10.0.7
    • @octokit/request-error ^7.1.0
  • Breaking change: Minimum Node.js version is now 20 (previously 18)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 27, 2026 02:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/github-8.0.0 branch from 29e1882 to 19b61e1 Compare January 27, 2026 07:10
@Jacques-Andre-Semestry
Copy link

So the issue here was caused by the update from @actions/github v7.0.0 to v8.0.0 and octokit updating to a version that introduced a new dependency, ErrorOptions, which doesn't exist in ES6. This is only available in ES2022 or newer, so I added ES2022 as a defined library.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2026

A newer version of @​actions/github exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Contributor

@dstanleyTG dstanleyTG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the commit history, I would imagine max three commits, the dependabot change, the rebuild of dist and the fix

@dstanleyTG
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/github-8.0.0 branch from dc17477 to a664a9b Compare February 12, 2026 16:03
@dstanleyTG dstanleyTG marked this pull request as draft February 12, 2026 16:39
tsconfig.json Outdated
"compilerOptions": {
"target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"module": "NodeNext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funny that NodeNext is not mentioned in the list.

@dstanleyTG
Copy link
Contributor

@dependabot recreate

@dstanleyTG dstanleyTG marked this pull request as ready for review February 23, 2026 13:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/github-8.0.0 branch from bca81c9 to d7217c9 Compare February 23, 2026 13:57
@dstanleyTG
Copy link
Contributor

https://github.com/dependabot recreate

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 7.0.0 to 8.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/github-8.0.0 branch from d8829e6 to e56d312 Compare February 23, 2026 14:18
@dstanleyTG dstanleyTG force-pushed the dependabot/npm_and_yarn/actions/github-8.0.0 branch from db07293 to c4c73a2 Compare February 23, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants