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

Commits on Jun 18, 2026

  1. Configuration menu
    Copy the full SHA
    fa8bde1 View commit details
    Browse the repository at this point in the history
  2. Strict equality

    jasongin committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    6f4b74b View commit details
    Browse the repository at this point in the history
  3. Update dist

    jasongin committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    dc6eab6 View commit details
    Browse the repository at this point in the history
  4. Add RHEL support and include Linux distro in cache keys (actions#1323)

    * Add RHEL support for manifest matching and OS detection
    
    * update dist
    
    * make cache keys distro-aware and key RHEL by major version
    
    * Normalize RHEL OS detection and improve cache key consistency
    
    * Refactor OS info retrieval to use getOSInfo and handle null cases for improved reliability
    priyagupta108 authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    0cb1a84 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. Configuration menu
    Copy the full SHA
    6731c2b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. Merge pull request actions#1324 from jasongin/update-actions-cache-5.1.0

    Bump @actions/cache to 5.1.0, log cache write denied
    Link- authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    8f639b1 View commit details
    Browse the repository at this point in the history
  2. Update dependency versions and test workflow configuration (actions#1322

    )
    
    * chore: update dependencies in project configuration files
    
    * Add bootstrap step for packaging tools
    
    Added a step to bootstrap packaging tools before installing dependencies.
    
    * Resolve audit issues
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    HarithaVattikuti and Copilot authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    d2b357a View commit details
    Browse the repository at this point in the history
  3. Update advanced-usage.md (actions#811)

    Fix invalid Url
    Dunky-Z authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    1d18d7a View commit details
    Browse the repository at this point in the history
  4. Fix pip cache error handling on Windows. (actions#1040)

    * Add error handling for Windows 'pip cache dir' execution
    
    * Add comments
    priyagupta108 authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    ece7cb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. Bump certifi from 2020.6.20 to 2024.7.4 in /__tests__/data (actions#1328

    )
    
    Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2024.7.4.
    - [Commits](certifi/python-certifi@2020.06.20...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-version: 2024.7.4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    0903b46 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2026

  1. remove EOL Python versions and Bumps numpy text fixture (actions#1333)

    * remove EOL Python versions
    
    * Fix typo in comments for executable suffix removal in test-pypy.yml
    priya-kinthali authored Jul 13, 2026
    Configuration menu
    Copy the full SHA
    6849080 View commit details
    Browse the repository at this point in the history
  2. Annotation code fix (actions#1335)

    Co-authored-by: lmvysakh <lmvysakh@github.com>
    lmvysakh and lmvysakh authored Jul 13, 2026
    Configuration menu
    Copy the full SHA
    c709277 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. Validate and retry manifest fetch to prevent silent failures (actions…

    …#1332)
    
    * validate and retry manifest fetch
    
    * Refactor error handling in isRateLimitError function for improved clarity
    priyagupta108 authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    54baeea View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. Migrate to ESM and upgrade dependencies (actions#1330)

    * Migrate to ESM and upgrade dependencies
    
    * Add ESM migration note to README for V7
    
    * Remove unnecessary devDependencies: ts-node, @types/jest
    
    * npm audit fix
    
    * Upgrade @types/node to version 26.0.0
    
    * Clarify ESM migration details in README for V7
    
    * Update README and dependencies
    
    * Fix lint issue
    priyagupta108 authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    f8cf429 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Remove the pip-install input (actions#1336)

    * Remove the pip-install input
    
    * Resloves merge conflicts
    
    ---------
    
    Co-authored-by: gowridurgad <gowridurgad@gmail.com>
    gowridurgad and gowridurgad authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    0f3a009 View commit details
    Browse the repository at this point in the history
  2. Merge pull request actions#1337 from actions/philip-gai/bump-actions-…

    …cache-6-2-0
    
    chore(deps): bump @actions/cache to 6.2.0
    philip-gai authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    4ab7e95 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. Pin SHA commits and update docs with latest versions (actions#1338)

    * Update GitHub Actions to use checkout and setup-python actions version 7
    
    * Fix formatting in publish-immutable-actions.yml
    HarithaVattikuti authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    5fda3b9 View commit details
    Browse the repository at this point in the history
Loading