Skip to content

Bump @github/local-action from 2.6.1 to 7.0.0 - #115

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/github/local-action-7.0.0
Closed

Bump @github/local-action from 2.6.1 to 7.0.0#115
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/github/local-action-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Copy link
Copy Markdown
Contributor

Bumps @github/local-action from 2.6.1 to 7.0.0.

Release notes

Sourced from @​github/local-action's releases.

v7.0.0

What's Changed

Full Changelog: github/local-action@v6...v7.0.0

v6.0.2

What's Changed

Full Changelog: github/local-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: github/local-action@v6.0.0...v6.0.1

v6.0.0

What's Changed

Full Changelog: github/local-action@v5...v6.0.0

... (truncated)

Changelog

Sourced from @​github/local-action's changelog.

Changelog

v7

Update support for each of the following packages to the latest versions:

v6

Adds support for the @actions/cache package, allowing for local caching of dependencies and other files between runs of a GitHub Action. This is achieved by setting the LOCAL_ACTION_CACHE_PATH environment variable to a directory where cache files will be stored.

For both @actions/artifact and @actions/cache, the LOCAL_ACTION_WORKSPACE environment variable must be set. Otherwise, calling functions will throw an error. Similarly, @actions/artifact requires the LOCAL_ACTION_ARTIFACT_PATH environment variable to be set, and @actions/cache requires the LOCAL_ACTION_CACHE_PATH environment variable to be set.

v5

Removes support for custom paths in the target action's tsconfig.json. This appears to have been causing issues with type-stripping and later versions of Node.js.

v4

This version adds support for pre and post scripts for actions. These should follow the same structure as the run action code (see the README.md for more details).

v3

This version adds experimental support for pnpm and yarn.

Depending on the package manager and version, the invocation of the tsx command that drives @github/local-action is invoked differently.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​github/local-action since your current version.


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 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 Feb 9, 2026
@dependabot
dependabot Bot changed the base branch from main to dev February 18, 2026 19:06
Bumps [@github/local-action](https://github.com/github/local-action) from 2.6.1 to 7.0.0.
- [Release notes](https://github.com/github/local-action/releases)
- [Changelog](https://github.com/github/local-action/blob/main/CHANGELOG.md)
- [Commits](github/local-action@v2.6.1...v7)

---
updated-dependencies:
- dependency-name: "@github/local-action"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/github/local-action-7.0.0 branch from db014a1 to 51c2642 Compare February 20, 2026 18:14
sachin-panayil added a commit that referenced this pull request Aug 19, 2026
Consolidates the five open npm Dependabot PRs (#114, #115, #116, #117,
#121) with a full lockfile re-resolve, clearing every open alert
(npm audit: 0 vulnerabilities, was 1 critical / 11 high / 15 moderate / 2 low).

Production:
- @actions/core 1.11.1 -> 3.0.0 (#117). Pulls @actions/http-client 4.x,
  moving the shipped action off the vulnerable undici 5 line. v3 is
  ESM-only, which this package already is (type: module, rollup format es).
- octokit-plugin-create-pull-request 6.0.0 -> 6.0.1 (#114)

Development:
- @github/local-action 2.6.1 -> 7.0.0 (#115), root cause of ~9 alerts
  through @actions/artifact's old @octokit/* chain
- @jest/globals 29.7.0 -> 30.2.0 (#116)
- the 13 npm-development group bumps from #121, including rollup 4.60.0
  which clears GHSA-mw96-cpmx-2vgc
- drop prettier-eslint: unreferenced by any script or config, and the
  only source of the minimatch 9.0.x ReDoS alerts via a pinned old
  @typescript-eslint/typescript-estree

Adds an overrides entry for undici ^6.28.0. Nothing upstream ships a
patched undici in the @actions/artifact -> @actions/github 6.x subtree
(npm audit fix --force only offers a downgrade to the also-vulnerable
@github/local-action 5.2.0). With @actions/core 3 this stays within the
^6.23.0 range every production package declares. Remove the override once
@actions/artifact ships a subtree on undici >= 6.28.0.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/github/local-action-7.0.0 branch August 19, 2026 17:11
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.

1 participant