Skip to content

Bump @github/local-action from 2.2.1 to 7.0.1#100

Merged
mcdonnnj merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/github/local-action-7.0.1
Mar 3, 2026
Merged

Bump @github/local-action from 2.2.1 to 7.0.1#100
mcdonnnj merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/github/local-action-7.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps @github/local-action from 2.2.1 to 7.0.1.

Release notes

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

v7.0.1

What's Changed

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

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

... (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
  • afcb88e Update ESLint and remove outdated dependencies (#261)
  • b032bf1 Copilot nits
  • 2f876f5 Ignore
  • a782437 npm i
  • 0360577 Update eslint and remove unused dependencies
  • e74c0dd Force update ajv
  • 8d710b3 Build(deps): Bump fast-xml-parser from 5.3.5 to 5.3.6 (#260)
  • 709a9df npm audit fix
  • cac46e6 Build(deps): Bump fast-xml-parser from 5.3.5 to 5.3.6
  • 290a309 Build(deps): Bump the npm-production group across 1 directory with 2 updates ...
  • Additional commits viewable in compare view
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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code labels Mar 2, 2026
@dependabot dependabot bot requested review from dav3r, felddy, jsf9k and mcdonnnj as code owners March 2, 2026 20:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code labels Mar 2, 2026
@github-actions github-actions bot added the version bump This issue or pull request increments the version number label Mar 2, 2026
@mcdonnnj mcdonnnj self-assigned this Mar 2, 2026
Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

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

Although the major version jump is large it looks like a series of major releases with no negative impacts that I can see from the changelog.

@mcdonnnj
Copy link
Member

mcdonnnj commented Mar 3, 2026

@dependabot rebase

Bumps [@github/local-action](https://github.com/github/local-action) from 2.2.1 to 7.0.1.
- [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.2.1...v7.0.1)

---
updated-dependencies:
- dependency-name: "@github/local-action"
  dependency-version: 7.0.1
  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.1 branch from bcd58f5 to c6247d0 Compare March 3, 2026 18:09
@mcdonnnj mcdonnnj merged commit d053647 into develop Mar 3, 2026
11 checks passed
@mcdonnnj mcdonnnj deleted the dependabot/npm_and_yarn/github/local-action-7.0.1 branch March 3, 2026 18:17
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 version bump This issue or pull request increments the version number

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants