Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v6.0.0

What's Changed

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

Changelog

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

Changelog

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.

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.

... (truncated)

Commits
  • 0f3e401 Add support for @​actions/cache (#217)
  • e5a7241 Update src/stubs/cache/cache.ts
  • 44a3118 Implement unit tests for cache stub
  • 74e603c Add better descriptions to env options
  • 969b54d Add missing tests for artifact client
  • 8468205 Add new required env var
  • cf5d99b Initial @​actions/cache stub implementation
  • a618217 Update GitHub Actions Toolkit stubs and dependencies
  • See full diff 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 5.2.0 to 6.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@v5.2...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot Dependabot issues and PRs npm Node.js issues and PRs labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 21:05
@dependabot dependabot bot added dependabot Dependabot issues and PRs npm Node.js issues and PRs labels Oct 1, 2025
@github-actions
Copy link

github-actions bot commented Oct 1, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.04s
✅ JSON jsonlint 5 0 0 0.2s
✅ JSON npm-package-json-lint yes no no 0.76s
✅ JSON prettier 5 0 0 1.13s
✅ JSON v8r 5 0 0 9.38s
✅ MARKDOWN markdownlint 1 0 0 0.86s
✅ MARKDOWN markdown-link-check 1 0 0 1.6s
✅ REPOSITORY checkov yes no no 22.14s
✅ REPOSITORY gitleaks yes no no 2.12s
✅ REPOSITORY git_diff yes no no 0.05s
❌ REPOSITORY grype yes 3 no 47.14s
✅ REPOSITORY secretlint yes no no 1.31s
✅ REPOSITORY syft yes no no 10.87s
✅ REPOSITORY trivy-sbom yes no no 3.94s
✅ REPOSITORY trufflehog yes no no 31.64s
✅ TYPESCRIPT prettier 9 0 0 1.39s
✅ YAML prettier 13 0 0 0.9s
✅ YAML v8r 13 0 0 7.72s
✅ YAML yamllint 13 0 0 0.71s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@ncalteen ncalteen merged commit 74a1660 into main Oct 3, 2025
4 of 5 checks passed
@ncalteen ncalteen deleted the dependabot/npm_and_yarn/github/local-action-6.0.0 branch October 3, 2025 14:26
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