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/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6
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: v7.0.0
Choose a head ref
  • 8 commits
  • 80 files changed
  • 9 contributors

Commits on Jul 10, 2026

  1. Bump certifi from 2020.6.20 to 2024.7.4 in /__tests__/data (#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 (#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 (#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 (#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 (#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 (#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 #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 (#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