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:actions/create-github-app-token
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
...
head repository:actions/create-github-app-token
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:beta
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 15, 2025

  1. feat!: node 24 support (#275)

    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]>
    @salmanmkc@parkerbxyz
    salmanmkc and parkerbxyz authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    6178938View commit details
    Browse the repository at this point in the history
  2. build(release): 3.0.0-beta.1 [skip ci]

    # [3.0.0-beta.1](v2.1.1...v3.0.0-beta.1) (2025-08-15) * feat!: node 24 support ([#275](#275)) ([6178938](6178938)) ### BREAKING CHANGES * 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.
    @semantic-release-bot
    semantic-release-bot committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    fb1c7fdView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae58daView commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. fix: remove custom proxy handling (#143)

    Undici has added native support for proxy handling, so it is no longer necessary for us to have our own custom proxy handling. Reverts #102 and resolves#134.
    @parkerbxyz
    parkerbxyz authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    cda91bfView commit details
    Browse the repository at this point in the history
  2. build(release): 3.0.0-beta.2 [skip ci]

    # [3.0.0-beta.2](v3.0.0-beta.1...v3.0.0-beta.2) (2025-08-22) ### Bug Fixes * remove custom proxy handling ([#143](#143)) ([cda91bf](cda91bf)), closes [#134](#134)
    @semantic-release-bot
    semantic-release-bot committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    bf559f8View commit details
    Browse the repository at this point in the history
Loading