Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @github/local-action from 3.2.1 to 5.1.0.

Release notes

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

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

New Contributors

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

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
  • 2d38e69 Fix TSConfig Paths Registration Error on Node 23+ (#208)
  • 09b333f chore: bump version to 5.1.0 in package.json and package-lock.json
  • 51bb32c feat: add Copilot instructions and configuration files
  • 185c6db feat: add CodeQL configuration file and update analysis workflow
  • 1d50cef fix: add quiet option to dotenv config
  • 0b009da feat: add bootstrap script requirement to NODE_OPTIONS
  • 3b8c548 Bump version to 5.0.1 and fix help command formatting (#206)
  • ef0a02f Bump version to 5.0.1 and fix help command formatting
  • ebc7c20 Remove bootstrap script call (#204)
  • 53b566b Remove bootstrap script call
  • 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 3.2.1 to 5.1.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@v3.2.1...v5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team August 1, 2025 17:34
@dependabot dependabot bot added dependabot Dependabot issues and PRs npm Node.js issues and PRs labels Aug 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@github-actions
Copy link

github-actions bot commented Aug 1, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.03s
✅ JSON jsonlint 21 0 0 0.15s
✅ JSON npm-package-json-lint yes no no 0.62s
✅ JSON prettier 21 0 0 1.29s
✅ JSON v8r 21 0 0 11.46s
✅ MARKDOWN markdownlint 1 0 0 0.95s
✅ MARKDOWN markdown-link-check 8 0 0 1.69s
✅ REPOSITORY checkov yes no no 19.66s
✅ REPOSITORY gitleaks yes no no 1.04s
✅ REPOSITORY git_diff yes no no 0.05s
✅ REPOSITORY secretlint yes no no 1.26s
✅ REPOSITORY syft yes no no 10.66s
✅ REPOSITORY trivy-sbom yes no no 2.7s
✅ REPOSITORY trufflehog yes no no 27.16s
✅ TYPESCRIPT prettier 6 0 0 0.91s
✅ YAML prettier 20 0 0 1.14s
✅ YAML v8r 20 0 0 7.21s
✅ YAML yamllint 20 0 0 1.43s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@ncalteen ncalteen merged commit 0171733 into main Aug 1, 2025
5 checks passed
@ncalteen ncalteen deleted the dependabot/npm_and_yarn/github/local-action-5.1.0 branch August 1, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Dependabot issues and PRs npm Node.js issues and PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants