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: runloopai/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.
  • 11 commits
  • 41 files changed
  • 9 contributors

Commits on Mar 9, 2026

  1. Bump minimatch from 3.1.2 to 3.1.5 (actions#1281)

    * Bump minimatch from 3.1.2 to 3.1.5
    
    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: gowridurgad <gowridurgad@gmail.com>
    dependabot[bot] and gowridurgad authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    28f2168 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Upgrade @actions dependencies and update licenses (actions#1303)

    Agent-Logs-Url: https://github.com/actions/setup-python/sessions/d7501c8f-2fae-40ed-a7fc-e78f5087585a
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com>
    Copilot and gowridurgad authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    c8813ba View commit details
    Browse the repository at this point in the history

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
Loading