This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.19.3` -> `1.19.4` |
---
### Release Notes
<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>
### [`v1.19.4`](https://github.com/go-gitea/gitea/releases/tag/v1.19.4)
[Compare Source](https://github.com/go-gitea/gitea/compare/v1.19.3...v1.19.4)
- SECURITY
- Fix open redirect check for more cases (https://github.com/go-gitea/gitea/pull/25143) (https://github.com/go-gitea/gitea/pull/25155)
- API
- Return `404` in the API if the requested webhooks were not found (https://github.com/go-gitea/gitea/pull/24823) (https://github.com/go-gitea/gitea/pull/24830)
- Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (https://github.com/go-gitea/gitea/pull/24694) (https://github.com/go-gitea/gitea/pull/24696)
- ENHANCEMENTS
- Set `--font-weight-bold` to 600 (https://github.com/go-gitea/gitea/pull/24840)
- Make mailer SMTP check have timed context (https://github.com/go-gitea/gitea/pull/24751) (https://github.com/go-gitea/gitea/pull/24759)
- Do not select line numbers when selecting text from the action run logs (https://github.com/go-gitea/gitea/pull/24594) (https://github.com/go-gitea/gitea/pull/24596)
- BUGFIXES
- Fix bug when change user name (https://github.com/go-gitea/gitea/pull/25637) (https://github.com/go-gitea/gitea/pull/25645)
- Fix task list checkbox toggle to work with YAML front matter (https://github.com/go-gitea/gitea/pull/25184) (https://github.com/go-gitea/gitea/pull/25236)
- Hide limited users if viewed by anonymous ghost (https://github.com/go-gitea/gitea/pull/25214) (https://github.com/go-gitea/gitea/pull/25224)
- Add `WithPullRequest` for `actionsNotifier` (https://github.com/go-gitea/gitea/pull/25144) (https://github.com/go-gitea/gitea/pull/25196)
- Fix parallelly generating index failure with Mysql (https://github.com/go-gitea/gitea/pull/24567) (https://github.com/go-gitea/gitea/pull/25081)
- GitLab migration: Sanitize response for reaction list (https://github.com/go-gitea/gitea/pull/25054) (https://github.com/go-gitea/gitea/pull/25059)
- Fix users cannot visit issue attachment bug (https://github.com/go-gitea/gitea/pull/25019) (https://github.com/go-gitea/gitea/pull/25027)
- Fix missing reference prefix of commits when sync mirror repository (https://github.com/go-gitea/gitea/pull/24994)
- Only validate changed columns when update user (https://github.com/go-gitea/gitea/pull/24867) (https://github.com/go-gitea/gitea/pull/24903)
- Make DeleteIssue use correct context (https://github.com/go-gitea/gitea/pull/24885)
- Fix topics deleted via API not being deleted in org page (https://github.com/go-gitea/gitea/pull/24825) (https://github.com/go-gitea/gitea/pull/24829)
- Fix Actions being enabled accidentally (https://github.com/go-gitea/gitea/pull/24802) (https://github.com/go-gitea/gitea/pull/24810)
- Fix missed table name on iterate lfs meta objects (https://github.com/go-gitea/gitea/pull/24768) (https://github.com/go-gitea/gitea/pull/24774)
- Fix safari cookie session bug (https://github.com/go-gitea/gitea/pull/24772)
- Respect original content when creating secrets (https://github.com/go-gitea/gitea/pull/24745) (https://github.com/go-gitea/gitea/pull/24746)
- Fix Pull Mirror out-of-sync bugs (https://github.com/go-gitea/gitea/pull/24732) (https://github.com/go-gitea/gitea/pull/24733)
- Fix run list broken when trigger user deleted (https://github.com/go-gitea/gitea/pull/24706) (https://github.com/go-gitea/gitea/pull/24709)
- Fix issues list page multiple selection update milestones (https://github.com/go-gitea/gitea/pull/24660) (https://github.com/go-gitea/gitea/pull/24663)
- Fix: release page for empty or non-existing target (https://github.com/go-gitea/gitea/pull/24659)
- Fix close org projects (https://github.com/go-gitea/gitea/pull/24588) (https://github.com/go-gitea/gitea/pull/24591)
- Refresh the refernce of the closed PR when reopening (https://github.com/go-gitea/gitea/pull/24231) (https://github.com/go-gitea/gitea/pull/24587)
- Fix the permission of team's `Actions` unit issue (https://github.com/go-gitea/gitea/pull/24536) (https://github.com/go-gitea/gitea/pull/24545)
- Bump go.etcd.io/bbolt and blevesearch deps (https://github.com/go-gitea/gitea/pull/23062) (https://github.com/go-gitea/gitea/pull/24519)
- Fix new wiki page mirror (https://github.com/go-gitea/gitea/pull/24518)
- Match unqualified references when syncing pulls as well (https://github.com/go-gitea/gitea/pull/23070)
- DOCS
- Change branch name from master to main in some documents' links (https://github.com/go-gitea/gitea/pull/25126) (https://github.com/go-gitea/gitea/pull/25139)
- Remove unnecessary content on docs (https://github.com/go-gitea/gitea/pull/24976) (https://github.com/go-gitea/gitea/pull/25001)
- Unify doc links to use paths relative to doc folder (https://github.com/go-gitea/gitea/pull/24979) (https://github.com/go-gitea/gitea/pull/25000)
- Fix docs documenting invalid `@every` for `OLDER_THAN` cron settings (https://github.com/go-gitea/gitea/pull/24695) (https://github.com/go-gitea/gitea/pull/24698)
- MISC
- Merge different languages for language stats (https://github.com/go-gitea/gitea/pull/24900) (https://github.com/go-gitea/gitea/pull/24921)
- Hiding Secrets options when Actions feature is disabled (https://github.com/go-gitea/gitea/pull/24792)
- Improve decryption failure message (https://github.com/go-gitea/gitea/pull/24573) (https://github.com/go-gitea/gitea/pull/24575)
- Makefile: Use portable !, not GNUish -not, with find(1). (https://github.com/go-gitea/gitea/pull/24565) (https://github.com/go-gitea/gitea/pull/24572)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
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.19.3->1.19.4Release Notes
go-gitea/gitea (gitea/gitea)
v1.19.4Compare Source
404in the API if the requested webhooks were not found (https://github.com/go-gitea/gitea/pull/24823) (https://github.com/go-gitea/gitea/pull/24830)organizationfield beingnullinGET /api/v1/teams/{id}(https://github.com/go-gitea/gitea/pull/24694) (https://github.com/go-gitea/gitea/pull/24696)--font-weight-boldto 600 (https://github.com/go-gitea/gitea/pull/24840)WithPullRequestforactionsNotifier(https://github.com/go-gitea/gitea/pull/25144) (https://github.com/go-gitea/gitea/pull/25196)Actionsunit issue (https://github.com/go-gitea/gitea/pull/24536) (https://github.com/go-gitea/gitea/pull/24545)@everyforOLDER_THANcron settings (https://github.com/go-gitea/gitea/pull/24695) (https://github.com/go-gitea/gitea/pull/24698)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.