Sourced from build's releases.
1.5.0
What's Changed
- ci: try to improve release docs by
@henryiiiin pypa/build#1051- feat: drop 3.9, require 3.10+ by
@henryiiiin pypa/build#1036- chore: tox toml by
@henryiiiin pypa/build#1033- fix: api should not ignore installed, only CLI by
@henryiiiin pypa/build#1056Full Changelog: https://github.com/pypa/build/compare/1.4.4...1.5.0
Sourced from build's changelog.
#################### 1.5.0 (2026-04-30) ####################
Features
- Drop Python 3.9 support - by :user:
henryiii(:issue:1036)
Bugfixes
- Make
--ignore-installedopt-in from the API viafresh=True- by :user:henryiii(:issue:1056)
Miscellaneous
- :issue:
1033#################### 1.4.4 (2026-04-22) ####################
Bugfixes
- Fix release pipeline generating
CHANGELOG.rstentries with inconsistent heading levels, which brokesphinx -Wand pinned Read the Docsstableat 1.4.0 - by :user:gaborbernat. (:issue:1031)- Revert :pr:
1039from build 1.4.3, no longer check direct_url (for now) - by :user:henryiii(:issue:1039)- Add
--ignore-installedto pip install command to prevent issues with packages already present in the isolated build environment - by :user:henryiii(:issue:1037) (:issue:1040)- Partial revert of :pr:
973, keeping log messages in one entry, multiple lines. (:issue:1044)
Miscellaneous
- :issue:
1048, :issue:1049#################### 1.4.3 (2026-04-10) ####################
Features
... (truncated)
615d04c
chore: prepare for 1.5.0776f702
fix: api should not ignore installed, only CLI (#1056)42da4c4
pre-commit: bump repositories (#1055)b445cd2
chore: tox toml (#1033)c44c143
feat: drop 3.9, require 3.10+ (#1036)a9bb456
build(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the actions
group...cb33511
ci: try to improve release docs (#1051)Sourced from virtualenv's releases.
21.3.0
What's Changed
- 🐛 fix(type): stop ty flagging default_source on Action by
@gaborbernatin pypa/virtualenv#3124- feat: Reintroduce xonsh shell support by
@anki-codein pypa/virtualenv#3125- 🐛 fix(test): prevent PowerShell activation test from crashing xdist workers on Windows by
@gaborbernatin pypa/virtualenv#3128- docs: Add usage instruction for Xonsh activation by
@anki-codein pypa/virtualenv#3130- Upgrade embedded pip/setuptools/wheel by
@github-actions[bot] in pypa/virtualenv#3132New Contributors
@anki-codemade their first contribution in pypa/virtualenv#3125Full Changelog: https://github.com/pypa/virtualenv/compare/21.2.4...21.3.0
Sourced from virtualenv's changelog.
Features - 21.3.0
- Re-introduce
xonshshell activator (activate.xsh) previously removed in 20.7.0, and make the plugin loader prefer virtualenv's built-in entry points so a third-party package cannot override them by registering a duplicate name. (:issue:3003)Bugfixes - 21.3.0
Upgrade embedded wheels:
- pip to
26.1(:issue:3132)
v21.2.4 (2026-04-14)
e917cc2
release 21.3.021152f1
Upgrade embedded pip/setuptools/wheel (#3132)096bdcd
chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#3131)01610dc
docs: Add usage instruction for Xonsh activation (#3130)fb6ec7c
🐛 fix(test): prevent PowerShell activation test from crashing xdist
workers o...6095679
[pre-commit.ci] pre-commit autoupdate (#3129)8d3179c
chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1
(#3127)a159c50
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#3126)9ba729b
feat: Reintroduce xonsh shell support (#3125)d42ea5c
🐛 fix(type): stop ty flagging default_source on Action (#3124)Sourced from softprops/action-gh-release's releases.
v3.0.0
3.0.0is a major release that moves the action runtime from Node 20 to Node 24. Usev3on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay onv2.6.2.What's Changed
Other Changes 🔄
- Move the action runtime and bundle target to Node 24
- Update
@types/nodeto the Node 24 line and allow future Dependabot updates- Keep the floating major tag on
v3;v2remains pinned to the latest2.xreleasev2.6.2
What's Changed
Other Changes 🔄
- chore(deps): bump picomatch from 4.0.3 to 4.0.4 by
@dependabot[bot] in softprops/action-gh-release#775- chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by
@dependabot[bot] in softprops/action-gh-release#777- chore(deps): bump vite from 8.0.0 to 8.0.5 by
@dependabot[bot] in softprops/action-gh-release#781Full Changelog: https://github.com/softprops/action-gh-release/compare/v2...v2.6.2
v2.6.1
2.6.1is a patch release focused on restoring linked discussion thread creation whendiscussion_category_nameis set. It fixes[#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
What's Changed
Bug fixes 🐛
- fix: preserve discussion category on publish by
@chenrui333in softprops/action-gh-release#765v2.6.0
2.6.0is a minor release centered onprevious_tagsupport forgenerate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, aworking_directorydocs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
What's Changed
... (truncated)
Sourced from softprops/action-gh-release's changelog.
0.1.13
- fix issue with multiple runs concatenating release bodies #145
b430933
release: cut v3.0.0 for Node 24 upgrade (#670)c2e35e0
chore(deps): bump the npm group across 1 directory with 7 updates (#783)Sourced from actions/upload-artifact's releases.
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
- Add proxy integration test by
@Link- in actions/upload-artifact#754- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764New Contributors
@Link- made their first contribution in actions/upload-artifact#754Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0
Sourced from actions/github-script's releases.
v9.0.0
New features:
getOctokitfactory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients withgetOctokitfor details and examples.- Orchestration ID in user-agent — The
ACTIONS_ORCHESTRATION_IDenvironment variable is automatically appended to the user-agent string for request tracing.Breaking changes:
require('@actions/github')no longer works in scripts. The upgrade to@actions/githubv9 (ESM-only) meansrequire('@actions/github')will fail at runtime. If you previously used patterns likeconst { getOctokit } = require('@actions/github')to create secondary clients, use the new injectedgetOctokitfunction instead — it's available directly in the script context with no imports needed.getOctokitis now an injected function parameter. Scripts that declareconst getOctokit = ...orlet getOctokit = ...will get aSyntaxErrorbecause JavaScript does not allowconst/letredeclaration of function parameters. Use the injectedgetOctokitdirectly, or usevar getOctokit = ...if you need to redeclare it.- If your script accesses other
@actions/githubinternals beyond the standardgithub/octokitclient, you may need to update those references for v9 compatibility.What's Changed
- Add ACTIONS_ORCHESTRATION_ID to user-agent string by
@Copilotin actions/github-script#695- ci: use deployment: false for integration test environments by
@salmanmkcin actions/github-script#712- feat!: add getOctokit to script context, upgrade
@actions/githubv9,@octokit/corev7, and related packages by@salmanmkcin actions/github-script#700New Contributors
@Copilotmade their first contribution in actions/github-script#695Full Changelog: https://github.com/actions/github-script/compare/v8.0.0...v9.0.0
3a2844b
Merge pull request #700
from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbd
fix: use @octokit/core/types import for v7
compatibility86e48e2
merge: incorporate main branch changesc108472
chore: rebuild dist for v9 upgrade and getOctokit factoryafff112
Merge pull request #712
from actions/salmanmkc/deployment-false + fix user-ag...ff8117e
ci: fix user-agent test to handle orchestration ID81c6b78
ci: use deployment: false to suppress deployment noise from integration
tests3953caf
docs: update README examples from @v8 to @v9, add getOctokit docs
and v9 brea...c17d55b
ci: add getOctokit integration test joba047196
test: add getOctokit integration tests via callAsyncFunction