Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/local-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 08357c8
Choose a base ref
...
head repository: github/local-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f3e401
Choose a head ref
  • 8 commits
  • 50 files changed
  • 2 contributors

Commits on Sep 10, 2025

  1. Update GitHub Actions Toolkit stubs and dependencies

    - Updated the version of `@actions/github` from `6.0.0` to `6.0.1` in package.json and package-lock.json.
    - Updated the version of `@octokit/core` from `6.1.5` to `7.0.3` in package.json and package-lock.json.
    - Updated various dependencies in package-lock.json to their latest versions.
    - Updated the last reviewed commit references and dates in all relevant stub files to reflect the latest changes in the GitHub Actions Toolkit.
    ncalteen committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    a618217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5d99b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Add new required env var

    ncalteen committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    8468205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969b54d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74e603c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44a3118 View commit details
    Browse the repository at this point in the history
  5. Update src/stubs/cache/cache.ts

    Co-authored-by: Copilot <[email protected]>
    ncalteen and Copilot authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    e5a7241 View commit details
    Browse the repository at this point in the history
  6. 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.
    ncalteen authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0f3e401 View commit details
    Browse the repository at this point in the history
Loading