This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.21.7` -> `1.21.8` |
---
### Release Notes
<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>
### [`v1.21.8`](https://github.com/go-gitea/gitea/releases/tag/v1.21.8)
[Compare Source](https://github.com/go-gitea/gitea/compare/v1.21.7...v1.21.8)
- SECURITY
- Only use supported sort orders for "/explore/users" page ([#​29430](https://github.com/go-gitea/gitea/issues/29430)) ([#​29443](https://github.com/go-gitea/gitea/issues/29443))
- ENHANCEMENTS
- Fix wrong line number in code search result ([#​29260](https://github.com/go-gitea/gitea/issues/29260)) ([#​29623](https://github.com/go-gitea/gitea/issues/29623))
- BUGFIXES
- Use Get but not Post to get actions artifacts ([#​29734](https://github.com/go-gitea/gitea/issues/29734)) ([#​29737](https://github.com/go-gitea/gitea/issues/29737))
- Fix inconsistent rendering of block mathematical expressions ([#​29677](https://github.com/go-gitea/gitea/issues/29677)) ([#​29711](https://github.com/go-gitea/gitea/issues/29711))
- Fix rendering internal file links in org ([#​29669](https://github.com/go-gitea/gitea/issues/29669)) ([#​29705](https://github.com/go-gitea/gitea/issues/29705))
- Don't show AbortErrors on logout ([#​29639](https://github.com/go-gitea/gitea/issues/29639)) ([#​29667](https://github.com/go-gitea/gitea/issues/29667))
- Fix user-defined markup links targets ([#​29305](https://github.com/go-gitea/gitea/issues/29305)) ([#​29666](https://github.com/go-gitea/gitea/issues/29666))
- Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize ([#​29653](https://github.com/go-gitea/gitea/issues/29653)) ([#​29663](https://github.com/go-gitea/gitea/issues/29663))
- Fix hidden test's failure ([#​29254](https://github.com/go-gitea/gitea/issues/29254)) ([#​29662](https://github.com/go-gitea/gitea/issues/29662))
- Add empty repo check-in DetectAndHandleSchedules ([#​29606](https://github.com/go-gitea/gitea/issues/29606)) ([#​29659](https://github.com/go-gitea/gitea/issues/29659))
- Fix 500 when deleting an account with an incorrect password or unsupported login type ([#​29579](https://github.com/go-gitea/gitea/issues/29579)) ([#​29656](https://github.com/go-gitea/gitea/issues/29656))
- Use strict protocol check when redirect ([#​29642](https://github.com/go-gitea/gitea/issues/29642)) ([#​29644](https://github.com/go-gitea/gitea/issues/29644))
- Avoid issue info panic ([#​29625](https://github.com/go-gitea/gitea/issues/29625)) ([#​29632](https://github.com/go-gitea/gitea/issues/29632))
- Avoid unexpected panic in graceful manager ([#​29629](https://github.com/go-gitea/gitea/issues/29629)) ([#​29630](https://github.com/go-gitea/gitea/issues/29630))
- Make "/user/login" page redirect if the current user has signed in ([#​29583](https://github.com/go-gitea/gitea/issues/29583)) ([#​29599](https://github.com/go-gitea/gitea/issues/29599))
- Fix workflow trigger event IssueChangeXXX bug ([#​29559](https://github.com/go-gitea/gitea/issues/29559)) ([#​29565](https://github.com/go-gitea/gitea/issues/29565))
- Fix incorrect cookie path for AppSubURL ([#​29534](https://github.com/go-gitea/gitea/issues/29534)) ([#​29552](https://github.com/go-gitea/gitea/issues/29552))
- Fix queue worker incorrectly stopped when there are still more items in the queue ([#​29532](https://github.com/go-gitea/gitea/issues/29532)) ([#​29546](https://github.com/go-gitea/gitea/issues/29546))
- Fix incorrect redirection when creating a PR fails ([#​29537](https://github.com/go-gitea/gitea/issues/29537)) ([#​29543](https://github.com/go-gitea/gitea/issues/29543))
- Fix incorrect subpath in links ([#​29535](https://github.com/go-gitea/gitea/issues/29535)) ([#​29541](https://github.com/go-gitea/gitea/issues/29541))
- Fix issue link does not support quotes ([#​29484](https://github.com/go-gitea/gitea/issues/29484)) ([#​29487](https://github.com/go-gitea/gitea/issues/29487)) ([#​29536](https://github.com/go-gitea/gitea/issues/29536))
- Fix issue & comment history bugs ([#​29525](https://github.com/go-gitea/gitea/issues/29525)) ([#​29527](https://github.com/go-gitea/gitea/issues/29527))
- Set pre-step status to `skipped` if the job is skipped ([#​29489](https://github.com/go-gitea/gitea/issues/29489)) ([#​29523](https://github.com/go-gitea/gitea/issues/29523))
- Fix/Improve `processWindowErrorEvent` ([#​29407](https://github.com/go-gitea/gitea/issues/29407)) ([#​29480](https://github.com/go-gitea/gitea/issues/29480))
- Fix counter display number incorrectly displayed on the page ([#​29448](https://github.com/go-gitea/gitea/issues/29448)) ([#​29478](https://github.com/go-gitea/gitea/issues/29478))
- Fix workflow trigger event bugs ([#​29467](https://github.com/go-gitea/gitea/issues/29467)) ([#​29475](https://github.com/go-gitea/gitea/issues/29475))
- Fix URL calculation in the clone input box ([#​29470](https://github.com/go-gitea/gitea/issues/29470)) ([#​29473](https://github.com/go-gitea/gitea/issues/29473))
- The job should always run when `if` is `always()` ([#​29464](https://github.com/go-gitea/gitea/issues/29464)) ([#​29469](https://github.com/go-gitea/gitea/issues/29469))
- Fix template bug ([#​27581](https://github.com/go-gitea/gitea/issues/27581)) ([#​29446](https://github.com/go-gitea/gitea/issues/29446))
- Not trigger all jobs anymore when re-running the first job ([#​29439](https://github.com/go-gitea/gitea/issues/29439)) ([#​29441](https://github.com/go-gitea/gitea/issues/29441))
- Ignore empty repo for CreateRepository in action notifier ([#​29416](https://github.com/go-gitea/gitea/issues/29416)) ([#​29424](https://github.com/go-gitea/gitea/issues/29424))
- Fix incorrect tree path value for patch editor ([#​29377](https://github.com/go-gitea/gitea/issues/29377)) ([#​29421](https://github.com/go-gitea/gitea/issues/29421))
- Add missing database transaction for new issues ([#​29490](https://github.com/go-gitea/gitea/issues/29490)) ([#​29607](https://github.com/go-gitea/gitea/issues/29607))
- Fix 500 when pushing release to an empty repo ([#​29554](https://github.com/go-gitea/gitea/issues/29554)) ([#​29564](https://github.com/go-gitea/gitea/issues/29564))
- Fix incorrect relative/absolute URL usages ([#​29531](https://github.com/go-gitea/gitea/issues/29531)) ([#​29547](https://github.com/go-gitea/gitea/issues/29547))
- Fix wrong test usage of `AppSubURL` ([#​29459](https://github.com/go-gitea/gitea/issues/29459)) ([#​29488](https://github.com/go-gitea/gitea/issues/29488))
- Fix missed return ([#​29450](https://github.com/go-gitea/gitea/issues/29450)) ([#​29453](https://github.com/go-gitea/gitea/issues/29453))
- Fixing the issue when status checks per rule matches multiple actions ([#​29631](https://github.com/go-gitea/gitea/issues/29631)) ([#​29655](https://github.com/go-gitea/gitea/issues/29655))
- Improve contrast on blame timestamp, fix double border ([#​29482](https://github.com/go-gitea/gitea/issues/29482)) ([#​29485](https://github.com/go-gitea/gitea/issues/29485))
Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.21.7->1.21.8Release Notes
go-gitea/gitea (gitea/gitea)
v1.21.8Compare Source
skippedif the job is skipped (#29489) (#29523)processWindowErrorEvent(#29407) (#29480)ifisalways()(#29464) (#29469)AppSubURL(#29459) (#29488)Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.