-
Notifications
You must be signed in to change notification settings - Fork 141
Comparing changes
Open a pull request
base repository: actions/create-github-app-token
base: v2
head repository: actions/create-github-app-token
compare: v3
- 11 commits
- 19 files changed
- 5 contributors
Commits on Mar 14, 2026
-
BREAKING CHANGE: Requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner. --------- Co-authored-by: Parker Brown <[email protected]> (cherry picked from commit 6178938)
Configuration menu - View commit details
-
Copy full SHA for 2e564a0 - Browse repository at this point
Copy the full SHA 2e564a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce0ab0 - Browse repository at this point
Copy the full SHA dce0ab0View commit details -
fix!: require
NODE_USE_ENV_PROXYfor proxy support (#342)BREAKING CHANGE: Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
Configuration menu - View commit details
-
Copy full SHA for 4451bcb - Browse repository at this point
Copy the full SHA 4451bcbView commit details -
Rename end-to-end proxy job in test workflow
(cherry picked from commit c2937b0)
Configuration menu - View commit details
-
Copy full SHA for 3870dc3 - Browse repository at this point
Copy the full SHA 3870dc3View commit details -
test: migrate from AVA to Node.js native test runner (#346)
AVA stores snapshots in a binary format (`.snap`), which produces no meaningful diffs and bloats Git history. This replaces AVA with the built-in `node:test` module, whose snapshot support generates human-readable text files that are easy to diff and review in pull requests. The migration also replaces `@sinonjs/fake-timers` and `execa` with Node.js built-ins (`node:test` mock timers and `node:child_process`), removing three dev dependencies total. - **`tests/index.js`**: Rewritten to use `node:test` with a custom snapshot serializer that renders strings with actual newlines. Uses subtests for labeled `stderr`/`stdout` snapshots, and only snapshots non-empty output. - **`tests/main-repo-skew.test.js`**: Replace `@sinonjs/fake-timers` with `mock.timers.enable()` from `node:test`. - **`tests/README.md`**: Updated documentation to reflect `node --test` and the new snapshot file. - **`package.json`**: Remove `ava`, `@sinonjs/fake-timers`, and `execa` from devDependencies. Update test script to `c8 --100 node --test tests/index.js`. - **`tests/index.js.snapshot`**: New text-based snapshot file replacing binary `tests/snapshots/index.js.snap`. - **`tests/snapshots/`**: Deleted. All 22 test scenarios (66 subtests) pass with 100% code coverage. Closes #344 --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Copilot Autofix powered by AI <[email protected]> (cherry picked from commit f863ba5)
Configuration menu - View commit details
-
Copy full SHA for 496a7ac - Browse repository at this point
Copy the full SHA 496a7acView commit details -
build(deps): bump actions versions in test.yml
Co-authored-by: Copilot Autofix powered by AI <[email protected]> (cherry picked from commit e295338)
Configuration menu - View commit details
-
Copy full SHA for db40289 - Browse repository at this point
Copy the full SHA db40289View commit details -
docs: update README action versions
Co-authored-by: Copilot <[email protected]> (cherry picked from commit b87c921)
Configuration menu - View commit details
-
Copy full SHA for 739cf66 - Browse repository at this point
Copy the full SHA 739cf66View commit details -
chore: move undici to devDependencies
Remove unused dotenv.\n\nCo-authored-by: Copilot <[email protected]> (cherry picked from commit adb92d1)
Configuration menu - View commit details
-
Copy full SHA for 3ab4c66 - Browse repository at this point
Copy the full SHA 3ab4c66View commit details -
build: refresh generated artifacts
Regenerate dist bundles and package-lock.json after replaying the release-v3 changes onto next.\n\nCo-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77b94ef - Browse repository at this point
Copy the full SHA 77b94efView commit details -
style: remove extra blank line in release workflow
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2129bd - Browse repository at this point
Copy the full SHA d2129bdView commit details -
build(release): 3.0.0 [skip ci]
# [3.0.0](v2.2.2...v3.0.0) (2026-03-14) * feat!: node 24 support ([#275](#275)) ([2e564a0](2e564a0)) * fix!: require `NODE_USE_ENV_PROXY` for proxy support ([#342](#342)) ([4451bcb](4451bcb)) ### Bug Fixes * remove custom proxy handling ([#143](#143)) ([dce0ab0](dce0ab0)) ### BREAKING CHANGES * Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step. * Requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner.
Configuration menu - View commit details
-
Copy full SHA for f8d387b - Browse repository at this point
Copy the full SHA f8d387bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2...v3