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: v3.0.0-beta.2
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: v3.0.0-beta.3
Choose a head ref
  • 2 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 13, 2026

  1. fix: require NODE_USE_ENV_PROXY for proxy support (#342)

    This PR switches proxy support to Node's native env-proxy handling and
    makes the required configuration explicit.
    
    ## What changed
    
    - fail fast in both `main` and `post` when proxy configuration is
    present without `NODE_USE_ENV_PROXY=1`
    - document the supported proxy configuration in `README.md`
    - add regression tests for the proxy guard in both entrypoints
    - keep the existing successful end-to-end coverage and add a smaller
    proxy-specific workflow check that enables native proxy support, points
    `https_proxy` at an unreachable proxy, and asserts the action fails
    - update the test workflow so the same checks also run on pushes to
    `beta`
    
    ## Proxy configuration
    
    When using `HTTP_PROXY` or `HTTPS_PROXY`, set `NODE_USE_ENV_PROXY=1` on
    the action step. If you need bypass rules, set `NO_PROXY` alongside
    them.
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    parkerbxyz and Copilot authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    54e58b6 View commit details
    Browse the repository at this point in the history
  2. build(release): 3.0.0-beta.3 [skip ci]

    # [3.0.0-beta.3](v3.0.0-beta.2...v3.0.0-beta.3) (2026-03-13)
    
    ### Bug Fixes
    
    * require `NODE_USE_ENV_PROXY` for proxy support ([#342](#342)) ([54e58b6](54e58b6))
    semantic-release-bot committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    d28ad69 View commit details
    Browse the repository at this point in the history
Loading