Releases: LizardByte/actions
Releases · LizardByte/actions
v2026.417.35446
What's Changed
- chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 in /actions/pinact in the github-actions group across 1 directory by @dependabot[bot] in #153
- chore: update global workflows by @LizardByte-bot in #156
- chore(deps): bump requests from 2.33.0 to 2.33.1 by @dependabot[bot] in #157
- chore(deps-dev): bump eslint from 10.1.0 to 10.2.0 in the dev-dependencies group by @dependabot[bot] in #158
- chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in #159
- chore(deps): bump actions/github-script in from 8.0.0 to 9.0.0 by @dependabot[bot] in #160
- chore(deps-dev): bump eslint-plugin-jest from 29.15.1 to 29.15.2 in the dev-dependencies group by @dependabot[bot] in #161
- chore: update global workflows by @LizardByte-bot in #164
- chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #162
- chore: update global workflows by @LizardByte-bot in #167
- chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0 by @renovate[bot] in #168
- chore(deps): update dependency npm-run-all2 to v8 by @renovate[bot] in #176
- chore(deps): update dependency python to 3.14 by @renovate[bot] in #169
- chore(setup_python): simplify pytest dev dependency constraint by @ReenigneArcher in #181
- chore(ci): fix typo in dynamic-uses version comment by @ReenigneArcher in #182
- fix(release_setup): correct url for bot avatar images in release notes by @ReenigneArcher in #183
- fix(pinact): allow commits outside of workflows directory by @ReenigneArcher in #184
- test(release_create): make dummy binaries unique by @ReenigneArcher in #185
- fix(release_setup): correctly count contributions for new contributors by @ReenigneArcher in #186
New Contributors
- @renovate[bot] made their first contribution in #168
Full Changelog: v2026.328.161128...v2026.417.35446
Contributors
v2026.328.161128
What's Changed
- chore: update global workflows by @LizardByte-bot in #131
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in the github-actions group across 1 directory by @dependabot[bot] in #132
- chore(deps-dev): bump eslint from 10.0.2 to 10.0.3 in the dev-dependencies group by @dependabot[bot] in #133
- chore(deps-dev): bump the dev-dependencies group with 2 updates by @dependabot[bot] in #134
- chore(deps): bump ncipollo/release-action from 1.20.0 to 1.21.0 in /actions/release_create by @dependabot[bot] in #135
- chore(deps-dev): bump @babel/preset-env from 7.29.0 to 7.29.2 in the dev-dependencies group by @dependabot[bot] in #136
- chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #137
- chore(deps-dev): bump eslint from 10.0.3 to 10.1.0 in the dev-dependencies group by @dependabot[bot] in #138
- chore(deps-dev): bump pytest-cov from 7.0.0 to 7.1.0 in the pytest-dependencies group by @dependabot[bot] in #139
- chore(deps-dev): bump eslint-plugin-jest from 29.15.0 to 29.15.1 in the dev-dependencies group by @dependabot[bot] in #140
- fix(release_homebrew): remove brew upgrade by @ReenigneArcher in #142
- chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 by @dependabot[bot] in #141
- chore: update global workflows by @LizardByte-bot in #143
- chore: update global workflows by @LizardByte-bot in #144
- chore: update global workflows by @LizardByte-bot in #145
- fix(more_space): skip Docker cleanup if daemon stopped on Windows by @ReenigneArcher in #152
- chore(deps): bump pygobject from 3.54.5 to 3.56.2 in /actions/virtual_desktop by @dependabot[bot] in #151
- chore(deps): bump requests from 2.32.5 to 2.33.0 in /actions/facebook_post by @dependabot[bot] in #146
- chore(deps): bump requests from 2.32.5 to 2.33.0 in /actions/release_setup by @dependabot[bot] in #150
- chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /actions/release_homebrew by @dependabot[bot] in #148
- chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /actions/release_setup by @dependabot[bot] in #149
- chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /actions/facebook_post by @dependabot[bot] in #147
Full Changelog: v2026.227.200013...v2026.328.161128
Contributors
v2026.227.200013
What's Changed
- fix!: ensure action names are 17 characters or less by @ReenigneArcher in #130
Full Changelog: v2026.227.132933...v2026.227.200013
Contributors
v2026.227.132933
What's Changed
- chore: update global workflows by @LizardByte-bot in #121
- chore(deps-dev): bump eslint-plugin-jest from 29.14.0 to 29.15.0 in the dev-dependencies group by @dependabot[bot] in #122
- chore(deps-dev): bump eslint from 10.0.0 to 10.0.1 in the dev-dependencies group by @dependabot[bot] in #123
- build(python): migrate to pyproject.toml by @ReenigneArcher in #124
- chore(deps-dev): bump eslint from 10.0.1 to 10.0.2 in the dev-dependencies group by @dependabot[bot] in #125
- chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 in /actions/pinact in the github-actions group across 1 directory by @dependabot[bot] in #126
- feat: add get_changed_files and check_trailing_spaces actions by @ReenigneArcher in #127
- fix(get_changed_files): return empty list when not a PR event by @ReenigneArcher in #128
- chore(deps): bump the github-actions group across 2 directories with 1 update by @dependabot[bot] in #129
Full Changelog: v2026.214.14019...v2026.227.132933
Contributors
v2026.214.14019
What's Changed
- test(js): enable ESM Jest imports & update tests by @ReenigneArcher in #119
- ci: replace GH_BOT_NAME secret with var by @ReenigneArcher in #120
- chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #117
Full Changelog: v2026.212.22356...v2026.214.14019
Contributors
v2026.212.22356
What's Changed
- chore(deps-dev): bump eslint-plugin-jest from 29.12.1 to 29.12.2 in the dev-dependencies group by @dependabot[bot] in #115
- fix(pinact): ensure latest resolves latest GitHub release by @ReenigneArcher in #118
Full Changelog: v2026.203.15239...v2026.212.22356
Contributors
v2026.203.15239
What's Changed
- chore(deps): bump the github-actions group across 3 directories with 1 update by @dependabot[bot] in #112
- feat: add pinact action by @ReenigneArcher in #113
- fix(pinact): git auth by @ReenigneArcher in #114
Full Changelog: v2026.129.194351...v2026.203.15239
Contributors
v2026.129.194351
What's Changed
- chore: pin actions with commit sha by @AndyScherzinger in #111
New Contributors
- @AndyScherzinger made their first contribution in #111
Full Changelog: v2026.116.208...v2026.129.194351
Contributors
v2026.116.208
What's Changed
- chore(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #101
- feat(actions): add screenshot action by @ReenigneArcher in #102
- feat(actions): add setup_virtual_desktop action by @ReenigneArcher in #103
- chore(deps-dev): bump eslint-plugin-jest from 29.12.0 to 29.12.1 in the dev-dependencies group by @dependabot[bot] in #104
- fix(release_homebrew): skip livecheck if running action from fork by @ReenigneArcher in #107
- feat(release_homebrew): add auto merge for generated org homebrew repo PR by @ReenigneArcher in #108
- ci: move permission to job level by @ReenigneArcher in #109
- fix(release_homebrew): ensure PR_NUMBER is defined for automerge by @ReenigneArcher in #110
Full Changelog: v2025.1227.191137...v2026.116.208
Contributors
v2025.1227.191137
What's Changed
- fix(release_homebrew): ignore indented version lines in formula blocks during version extraction by @ReenigneArcher in #98
- feat(release_homebrew): edit existing PRs by @ReenigneArcher in #99
Full Changelog: v2025.1224.155016...v2025.1227.191137