Skip to content

Tags: github/local-action

Tags

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ESLint and remove outdated dependencies (#261)

v7.0

Toggle v7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ESLint and remove outdated dependencies (#261)

v7

Toggle v7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ESLint and remove outdated dependencies (#261)

v7.0.0

Toggle v7.0.0's commit message
Update node version

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update dependencies and version bump to 6.0.2 (#228)

- Bump version from 6.0.1 to 6.0.2 in package.json
- Update @octokit/core from ^7.0.3 to ^7.0.5
- Update @octokit/plugin-paginate-rest from ^13.0.1 to ^13.2.1
- Update ts-jest from ^29.3.2 to ^29.4.5
- Update overrides for @octokit/plugin-paginate-rest,
@octokit/request-error, and @octokit/request to their latest versions

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependency Updates (#227)

This pull request includes a number of dependency updates for both
GitHub Actions and npm in order to resolve various `npm audit` warnings.

v6.0

Toggle v6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update dependencies and version bump to 6.0.2 (#228)

- Bump version from 6.0.1 to 6.0.2 in package.json
- Update @octokit/core from ^7.0.3 to ^7.0.5
- Update @octokit/plugin-paginate-rest from ^13.0.1 to ^13.2.1
- Update ts-jest from ^29.3.2 to ^29.4.5
- Update overrides for @octokit/plugin-paginate-rest,
@octokit/request-error, and @octokit/request to their latest versions

v6

Toggle v6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update dependencies and version bump to 6.0.2 (#228)

- Bump version from 6.0.1 to 6.0.2 in package.json
- Update @octokit/core from ^7.0.3 to ^7.0.5
- Update @octokit/plugin-paginate-rest from ^13.0.1 to ^13.2.1
- Update ts-jest from ^29.3.2 to ^29.4.5
- Update overrides for @octokit/plugin-paginate-rest,
@octokit/request-error, and @octokit/request to their latest versions

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for @actions/cache (#217)

This pull request introduces support for the `@actions/cache` package
for local testing, enhances the `.env.example` file with more
comprehensive documentation and variables, and updates documentation to
reflect these changes. It also adds new test stubs and minor version
bumps for toolkit dependencies.

**Local caching and environment variable enhancements:**

- Added support for the `@actions/cache` package, enabling local caching
of dependencies and files between runs by requiring the
`LOCAL_ACTION_CACHE_PATH` environment variable. Also clarified
requirements for `@actions/artifact` and `@actions/cache` in the
changelog.
- Major overhaul of `.env.example` to include detailed documentation,
default values, and grouping of variables for `@github/local-action`,
GitHub Actions inputs, and runner/environment variables. Added new
variables such as `LOCAL_ACTION_CACHE_PATH`, `LOCAL_ACTION_WORKSPACE`,
and provided more explicit defaults for local testing.

**Documentation and toolkit stub management:**

- Added instructions in `CONTRIBUTING.md` for updating toolkit stubs,
including how to track reviewed versions and compare toolkit package
changes, to ensure consistency and easier maintenance.
- Updated the supported version of `@actions/github` in the `README.md`
from `6.0.0` to `6.0.1`.

**Testing and stub improvements:**

- Added a stub for `@actions/io` in `__fixtures__/@actions/io.ts` for
use in tests, implementing mock versions of `which` and `mkdirP`.
- Added a stub for `isDebug` to the `@actions/core` test fixture.

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Supported Node.js Version to 24 (#216)

This pull request updates the Node.js version requirements for the
project and bumps the package version to reflect the change. These
updates ensure compatibility with newer Node.js releases and signal the
change to consumers.