Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps @github/local-action from 2.6.4 to 5.2.0.

Release notes

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

v5.2.0

What's Changed

Full Changelog: github/local-action@v5.1...v5.2.0

v5.1.0

What's Changed

Full Changelog: github/local-action@v5.0...v5.1.0

v5.0.1

What's Changed

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

v5.0.0

What's Changed

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

v4.0.0

What's Changed

... (truncated)

Changelog

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

Changelog

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.

Package Manager Version Command
npm Any npm exec
pnpm Any pnpm dlx
yarn <= 3 yarn exec
yarn >= 4 yarn dlx

Alongside this, yarn PnP support is implemented via unplugging any modules stubbed by @github/local-action and "re-plugging" after completion of the action run.

This support is still a work in progress. Any feedback or issues are welcome!

v2

As of version 2.0.0, the local-action tool has been updated to require Node.js v20.6.0 or higher. This is necessary to support ESM loaders to override dependencies in the GitHub Actions Toolkit.

v1

With the release of v1.0.0, there was a need to switch from ts-node to

... (truncated)

Commits
  • 08357c8 Update Supported Node.js Version to 24 (#216)
  • 9ad3422 fix: update ignore configuration for stdlib package to specify type
  • fbc187f fix: update fail-on-severity value and add ignore for specific vulnerabilities
  • 52546ad fix: update working-directory for global link in TypeScript actions
  • 1865978 Build: update CI workflow to create and use global links for local-action
  • edb505f Build: update CI workflow to use matrix strategy for OS and uninstall local-a...
  • 3d97a40 Build: update linking steps in CI workflow for TypeScript Yarn ESM action
  • d6c6ddd Drop bootstrap script into run.ts
  • 28a2f9b Build: update Node.js version to 24.4.0 and bump package version to 5.2.0
  • 46df3e5 Build(deps): Bump figlet from 1.8.1 to 1.8.2 in the npm-production group (#210)
  • Additional commits viewable in compare view

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 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)

Bumps [@github/local-action](https://github.com/github/local-action) from 2.6.4 to 5.2.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.4...v5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2025 07:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2025
Copy link
Contributor

github-actions bot commented Sep 1, 2025

👋 I just pushed packaging updates after the dependency changes. Please verify the changes!

@aluuu
Copy link
Contributor

aluuu commented Sep 18, 2025

Closing as a duplicate of #141

@aluuu aluuu closed this Sep 18, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2025

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-5.2.0 branch September 18, 2025 13:14
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