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

Commits on Feb 19, 2026

  1. Merge pull request #20 from agentgram/chore/sync-main-develop

    chore: sync main into develop after v0.2.0 release
    IISweetHeartII authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    39792b8 View commit details
    Browse the repository at this point in the history
  2. [FIX] Trigger publish workflow from auto-release (#21) (#22)

    ## Description
    
    Fix the auto-publish chain where `publish.yml` was not triggered after
    `auto-release.yml` created a GitHub release. This is because GitHub
    Actions events created by `GITHUB_TOKEN` don't trigger other workflows,
    but `workflow_dispatch` is an exception to this limitation.
    
    ## Type of Change
    
    - [x] Bug fix
    
    ## Changes Made
    
    - Added `workflow_dispatch:` trigger to `publish.yml` so it can be
    invoked via `gh workflow run`
    - Added a "Trigger publish workflow" step in `auto-release.yml` that
    runs `gh workflow run publish.yml` after creating a release, using the
    same condition (`steps.check_tag.outputs.exists == 'false'`)
    
    ## Related Issues
    
    Closes #21
    
    ## Testing
    
    - [x] Manual review of workflow YAML syntax
    - [x] Verified the `workflow_dispatch` trigger is a known exception to
    the GITHUB_TOKEN limitation
    
    ## Checklist
    
    - [x] My code follows the project's code style
    - [x] I have performed a self-review of my code
    - [x] My changes generate no new warnings
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    IISweetHeartII and claude authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    5cc18c2 View commit details
    Browse the repository at this point in the history
  3. Add AgentAudit Security Badge ✅ (#15)

    ## AgentAudit Security Badge
    
    This PR adds a security badge from
    [AgentAudit](https://www.agentaudit.dev), an open security registry for
    AI packages.
    
    Your package has been officially audited by AgentAudit and received a
    **Safe** rating with no security findings.
    
    🔗 [View full audit report](https://www.agentaudit.dev/skills/agentgram)
    
    ### What is AgentAudit?
    AgentAudit is a transparency-first security registry that audits MCP
    servers, AI skills, and agent packages. Our audits use a 3-pass
    methodology (understand → detect → classify) to minimize false positives
    while catching real vulnerabilities.
    starbuck100 authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    46c687f View commit details
    Browse the repository at this point in the history
  4. Bump actions/labeler from 5 to 6 (#8)

    Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/labeler/releases">actions/labeler's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add workflow file for publishing releases to immutable action
    package by <a
    href="https://github.com/jcambass"><code>@​jcambass</code></a> in <a
    href="https://redirect.github.com/actions/labeler/pull/802">actions/labeler#802</a></li>
    </ul>
    <h3>Breaking Changes</h3>
    <ul>
    <li>Upgrade Node.js version to 24 in action and dependencies <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/labeler/pull/891">actions/labeler#891</a>
    Make sure your runner is on version v2.327.1 or later to ensure
    compatibility with this release. <a
    href="https://github.com/actions/runner/releases/tag/v2.327.1">Release
    Notes</a></li>
    </ul>
    <h3>Dependency Upgrades</h3>
    <ul>
    <li>Upgrade eslint-config-prettier from 9.0.0 to 9.1.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/711">actions/labeler#711</a></li>
    <li>Upgrade eslint from 8.52.0 to 8.55.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/720">actions/labeler#720</a></li>
    <li>Upgrade <code>@​types/jest</code> from 29.5.6 to 29.5.11 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/719">actions/labeler#719</a></li>
    <li>Upgrade <code>@​types/js-yaml</code> from 4.0.8 to 4.0.9 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/718">actions/labeler#718</a></li>
    <li>Upgrade <code>@​typescript-eslint/parser</code> from 6.9.0 to 6.14.0
    by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/717">actions/labeler#717</a></li>
    <li>Upgrade prettier from 3.0.3 to 3.1.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/726">actions/labeler#726</a></li>
    <li>Upgrade eslint from 8.55.0 to 8.56.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/725">actions/labeler#725</a></li>
    <li>Upgrade <code>@​typescript-eslint/parser</code> from 6.14.0 to
    6.19.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/745">actions/labeler#745</a></li>
    <li>Upgrade eslint-plugin-jest from 27.4.3 to 27.6.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/744">actions/labeler#744</a></li>
    <li>Upgrade <code>@​typescript-eslint/eslint-plugin</code> from 6.9.0 to
    6.20.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/750">actions/labeler#750</a></li>
    <li>Upgrade prettier from 3.1.1 to 3.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/752">actions/labeler#752</a></li>
    <li>Upgrade undici from 5.26.5 to 5.28.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/757">actions/labeler#757</a></li>
    <li>Upgrade braces from 3.0.2 to 3.0.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/789">actions/labeler#789</a></li>
    <li>Upgrade minimatch from 9.0.3 to 10.0.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/805">actions/labeler#805</a></li>
    <li>Upgrade <code>@​actions/core</code> from 1.10.1 to 1.11.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/811">actions/labeler#811</a></li>
    <li>Upgrade typescript from 5.4.3 to 5.7.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/819">actions/labeler#819</a></li>
    <li>Upgrade <code>@​typescript-eslint/parser</code> from 7.3.1 to 8.17.0
    by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/824">actions/labeler#824</a></li>
    <li>Upgrade prettier from 3.2.5 to 3.4.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/825">actions/labeler#825</a></li>
    <li>Upgrade <code>@​types/jest</code> from 29.5.12 to 29.5.14 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/827">actions/labeler#827</a></li>
    <li>Upgrade eslint-plugin-jest from 27.9.0 to 28.9.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/832">actions/labeler#832</a></li>
    <li>Upgrade ts-jest from 29.1.2 to 29.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/831">actions/labeler#831</a></li>
    <li>Upgrade <code>@​vercel/ncc</code> from 0.38.1 to 0.38.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/830">actions/labeler#830</a></li>
    <li>Upgrade typescript from 5.7.2 to 5.7.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/835">actions/labeler#835</a></li>
    <li>Upgrade eslint-plugin-jest from 28.9.0 to 28.11.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/839">actions/labeler#839</a></li>
    <li>Upgrade undici from 5.28.4 to 5.28.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/842">actions/labeler#842</a></li>
    <li>Upgrade <code>@​octokit/request-error</code> from 5.0.1 to 5.1.1 by
    <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/labeler/pull/846">actions/labeler#846</a></li>
    </ul>
    <h3>Documentation changes</h3>
    <ul>
    <li>Add note regarding <code>pull_request_target</code> to README.md by
    <a href="https://github.com/silverwind"><code>@​silverwind</code></a> in
    <a
    href="https://redirect.github.com/actions/labeler/pull/669">actions/labeler#669</a></li>
    <li>Update readme with additional examples and important note about
    <code>pull_request_target</code> event by <a
    href="https://github.com/IvanZosimov"><code>@​IvanZosimov</code></a> in
    <a
    href="https://redirect.github.com/actions/labeler/pull/721">actions/labeler#721</a></li>
    <li>Document update - permission section by <a
    href="https://github.com/harithavattikuti"><code>@​harithavattikuti</code></a>
    in <a
    href="https://redirect.github.com/actions/labeler/pull/840">actions/labeler#840</a></li>
    <li>Improvement in documentation for pull_request_target event usage in
    README by <a
    href="https://github.com/suyashgaonkar"><code>@​suyashgaonkar</code></a>
    in <a
    href="https://redirect.github.com/actions/labeler/pull/871">actions/labeler#871</a></li>
    <li>Fix broken links in documentation by <a
    href="https://github.com/suyashgaonkar"><code>@​suyashgaonkar</code></a>
    in <a
    href="https://redirect.github.com/actions/labeler/pull/822">actions/labeler#822</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/silverwind"><code>@​silverwind</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/labeler/pull/669">actions/labeler#669</a></li>
    <li><a href="https://github.com/Jcambass"><code>@​Jcambass</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/labeler/pull/802">actions/labeler#802</a></li>
    <li><a
    href="https://github.com/suyashgaonkar"><code>@​suyashgaonkar</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/labeler/pull/822">actions/labeler#822</a></li>
    <li><a
    href="https://github.com/HarithaVattikuti"><code>@​HarithaVattikuti</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/labeler/pull/840">actions/labeler#840</a></li>
    <li><a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/labeler/pull/891">actions/labeler#891</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/labeler/commit/634933edcd8ababfe52f92936142cc22ac488b1b"><code>634933e</code></a>
    publish-action upgrade to 0.4.0 from 0.2.2 (<a
    href="https://redirect.github.com/actions/labeler/issues/901">#901</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/f1a63e87db0c6baf19c5713083f8d00d789ca184"><code>f1a63e8</code></a>
    Update Node.js version to 24 in action and dependencies (<a
    href="https://redirect.github.com/actions/labeler/issues/891">#891</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/b0a1180683c9f17424de4d71c044bea4c7b9bc7c"><code>b0a1180</code></a>
    Bump <code>@​octokit/request-error</code> from 5.0.1 to 5.1.1 (<a
    href="https://redirect.github.com/actions/labeler/issues/846">#846</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/110d44140c9195b853f2f24044bbfed8f4968efb"><code>110d441</code></a>
    Update README.md (<a
    href="https://redirect.github.com/actions/labeler/issues/871">#871</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/bee50fefe18762fad67754b2f3bfff2c8082ebb8"><code>bee50fe</code></a>
    Bump undici from 5.28.4 to 5.28.5 (<a
    href="https://redirect.github.com/actions/labeler/issues/842">#842</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/6463cdb00ee92c05bec55dffc4e1fce250301945"><code>6463cdb</code></a>
    Bump eslint-plugin-jest from 28.9.0 to 28.11.0 (<a
    href="https://redirect.github.com/actions/labeler/issues/839">#839</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/c209686724ee12fcc5e6294d1d569b91f86fa691"><code>c209686</code></a>
    Bump typescript from 5.7.2 to 5.7.3 (<a
    href="https://redirect.github.com/actions/labeler/issues/835">#835</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/5184940b544b0096088a7b42d1b8a551003d9eb1"><code>5184940</code></a>
    Bump <code>@​vercel/ncc</code> from 0.38.1 to 0.38.3 (<a
    href="https://redirect.github.com/actions/labeler/issues/830">#830</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/3629d5568b59204f18786372f6d740d649719488"><code>3629d55</code></a>
    Document update - permission section (<a
    href="https://redirect.github.com/actions/labeler/issues/840">#840</a>)</li>
    <li><a
    href="https://github.com/actions/labeler/commit/d24f7f3731b2a06433c0bccc364d560c5329c48f"><code>d24f7f3</code></a>
    Bump ts-jest from 29.1.2 to 29.2.5 (<a
    href="https://redirect.github.com/actions/labeler/issues/831">#831</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/labeler/compare/v5...v6">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/labeler&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    5cf5ab4 View commit details
    Browse the repository at this point in the history
  5. Bump actions/setup-python from 5 to 6 (#7)

    Bumps [actions/setup-python](https://github.com/actions/setup-python)
    from 5 to 6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/setup-python/releases">actions/setup-python's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.0</h2>
    <h2>What's Changed</h2>
    <h3>Breaking Changes</h3>
    <ul>
    <li>Upgrade to node 24 by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/1164">actions/setup-python#1164</a></li>
    </ul>
    <p>Make sure your runner is on version v2.327.1 or later to ensure
    compatibility with this release. <a
    href="https://github.com/actions/runner/releases/tag/v2.327.1">See
    Release Notes</a></p>
    <h3>Enhancements:</h3>
    <ul>
    <li>Add support for <code>pip-version</code> by <a
    href="https://github.com/priyagupta108"><code>@​priyagupta108</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1129">actions/setup-python#1129</a></li>
    <li>Enhance reading from .python-version by <a
    href="https://github.com/krystof-k"><code>@​krystof-k</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/787">actions/setup-python#787</a></li>
    <li>Add version parsing from Pipfile by <a
    href="https://github.com/aradkdj"><code>@​aradkdj</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/1067">actions/setup-python#1067</a></li>
    </ul>
    <h3>Bug fixes:</h3>
    <ul>
    <li>Clarify pythonLocation behaviour for PyPy and GraalPy in environment
    variables by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1183">actions/setup-python#1183</a></li>
    <li>Change missing cache directory error to warning by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1182">actions/setup-python#1182</a></li>
    <li>Add Architecture-Specific PATH Management for Python with --user
    Flag on Windows by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1122">actions/setup-python#1122</a></li>
    <li>Include python version in PyPy python-version output by <a
    href="https://github.com/cdce8p"><code>@​cdce8p</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/1110">actions/setup-python#1110</a></li>
    <li>Update docs: clarification on pip authentication with setup-python
    by <a
    href="https://github.com/priya-kinthali"><code>@​priya-kinthali</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1156">actions/setup-python#1156</a></li>
    </ul>
    <h3>Dependency updates:</h3>
    <ul>
    <li>Upgrade idna from 2.9 to 3.7 in /<strong>tests</strong>/data by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/843">actions/setup-python#843</a></li>
    <li>Upgrade form-data to fix critical vulnerabilities <a
    href="https://redirect.github.com/actions/setup-python/issues/182">#182</a>
    &amp; <a
    href="https://redirect.github.com/actions/setup-python/issues/183">#183</a>
    by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1163">actions/setup-python#1163</a></li>
    <li>Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in
    PackageIndex.download by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1165">actions/setup-python#1165</a></li>
    <li>Upgrade actions/checkout from 4 to 5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1181">actions/setup-python#1181</a></li>
    <li>Upgrade <code>@​actions/tool-cache</code> from 2.0.1 to 2.0.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1095">actions/setup-python#1095</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/krystof-k"><code>@​krystof-k</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/setup-python/pull/787">actions/setup-python#787</a></li>
    <li><a href="https://github.com/cdce8p"><code>@​cdce8p</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-python/pull/1110">actions/setup-python#1110</a></li>
    <li><a href="https://github.com/aradkdj"><code>@​aradkdj</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-python/pull/1067">actions/setup-python#1067</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-python/compare/v5...v6.0.0">https://github.com/actions/setup-python/compare/v5...v6.0.0</a></p>
    <h2>v5.6.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Workflow updates related to Ubuntu 20.04 by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1065">actions/setup-python#1065</a></li>
    <li>Fix for Candidate Not Iterable Error by <a
    href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1082">actions/setup-python#1082</a></li>
    <li>Upgrade semver and <code>@​types/semver</code> by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/1091">actions/setup-python#1091</a></li>
    <li>Upgrade prettier from 2.8.8 to 3.5.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/1046">actions/setup-python#1046</a></li>
    <li>Upgrade ts-jest from 29.1.2 to 29.3.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/1081">actions/setup-python#1081</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-python/compare/v5...v5.6.0">https://github.com/actions/setup-python/compare/v5...v5.6.0</a></p>
    <h2>v5.5.0</h2>
    <h2>What's Changed</h2>
    <h3>Enhancements:</h3>
    <ul>
    <li>Support free threaded Python versions like '3.13t' by <a
    href="https://github.com/colesbury"><code>@​colesbury</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/973">actions/setup-python#973</a></li>
    <li>Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for
    free threaded and Upgrade <code>@​action/cache</code> from 4.0.0 to
    4.0.3 by <a
    href="https://github.com/priya-kinthali"><code>@​priya-kinthali</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1056">actions/setup-python#1056</a></li>
    <li>Add support for .tool-versions file in setup-python by <a
    href="https://github.com/mahabaleshwars"><code>@​mahabaleshwars</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/1043">actions/setup-python#1043</a></li>
    </ul>
    <h3>Bug fixes:</h3>
    <ul>
    <li>Fix architecture for pypy on Linux ARM64 by <a
    href="https://github.com/mayeut"><code>@​mayeut</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/1011">actions/setup-python#1011</a>
    This update maps arm64 to aarch64 for Linux ARM64 PyPy
    installations.</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/setup-python/commit/a309ff8b426b58ec0e2a45f0f869d46889d02405"><code>a309ff8</code></a>
    Bump urllib3 from 2.6.0 to 2.6.3 in /<strong>tests</strong>/data (<a
    href="https://redirect.github.com/actions/setup-python/issues/1264">#1264</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/bfe8cc55a7890e3d6672eda6460ef37bfcc70755"><code>bfe8cc5</code></a>
    Upgrade <a href="https://github.com/actions"><code>@​actions</code></a>
    dependencies to Node 24 compatible versions (<a
    href="https://redirect.github.com/actions/setup-python/issues/1259">#1259</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/4f41a90a1f38628c7ccc608d05fbafe701bc20ae"><code>4f41a90</code></a>
    Bump urllib3 from 2.5.0 to 2.6.0 in /<strong>tests</strong>/data (<a
    href="https://redirect.github.com/actions/setup-python/issues/1253">#1253</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/83679a892e2d95755f2dac6acb0bfd1e9ac5d548"><code>83679a8</code></a>
    Bump <code>@​types/node</code> from 24.1.0 to 24.9.1 and update macos-13
    to macos-15-intel ...</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/bfc4944b43a5d84377eca3cf6ab5b7992ba61923"><code>bfc4944</code></a>
    Bump prettier from 3.5.3 to 3.6.2 (<a
    href="https://redirect.github.com/actions/setup-python/issues/1234">#1234</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/97aeb3efb8a852c559869050c7fb175b4efcc8cf"><code>97aeb3e</code></a>
    Bump requests from 2.32.2 to 2.32.4 in /<strong>tests</strong>/data (<a
    href="https://redirect.github.com/actions/setup-python/issues/1130">#1130</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/443da59188462e2402e2942686db5aa6723f4bed"><code>443da59</code></a>
    Bump actions/publish-action from 0.3.0 to 0.4.0 &amp; Documentation
    update for pi...</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/cfd55ca82492758d853442341ad4d8010466803a"><code>cfd55ca</code></a>
    graalpy: add graalpy early-access and windows builds (<a
    href="https://redirect.github.com/actions/setup-python/issues/880">#880</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/bba65e51ff35d50c6dbaaacd8a4681db13aa7cb4"><code>bba65e5</code></a>
    Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md
    (<a
    href="https://redirect.github.com/actions/setup-python/issues/1094">#1094</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/18566f86b301499665bd3eb1a2247e0849c64fa5"><code>18566f8</code></a>
    Improve wording and &quot;fix example&quot; (remove 3.13) on testing
    against pre-releas...</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/setup-python/compare/v5...v6">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    ebfd621 View commit details
    Browse the repository at this point in the history
Loading