scheduled tasks are not using the latest commits #14008

Open
opened 2025-11-02 11:00:05 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @dh-harald on GitHub (Jan 16, 2025).

Description

I'm using renovatebot on selfhosted gitea.
Among others, renovatebot update itself, but it looks, even if the latest tags are pushed into master (default branch) it's still using an older version

Gitea Version

1.23.1

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

Image

Git Version

1.23.1

Operating System

linux

How are you running Gitea?

self hosted gitea using official docker images

Database

MySQL/MariaDB

Originally created by @dh-harald on GitHub (Jan 16, 2025). ### Description I'm using renovatebot on selfhosted gitea. Among others, renovatebot update itself, but it looks, even if the latest tags are pushed into master (default branch) it's still using an older version ### Gitea Version 1.23.1 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots <img width="975" alt="Image" src="https://github.com/user-attachments/assets/fca796d9-106f-4710-8b16-3a0f29bae71c" /> ### Git Version 1.23.1 ### Operating System linux ### How are you running Gitea? self hosted gitea using official docker images ### Database MySQL/MariaDB
GiteaMirror added the topic/gitea-actionstype/bug labels 2025-11-02 11:00:05 -06:00
Author
Owner

@chrishoage commented on GitHub (May 22, 2025):

I am able to reproduce (also using renovate). I tried the solution mentioned in this issue https://github.com/go-gitea/gitea/issues/32219#issuecomment-2408361599 and it did not seem to make a difference.

I am using Gitea 1.23.8

@chrishoage commented on GitHub (May 22, 2025): I am able to reproduce (also using renovate). I tried the solution mentioned in this issue https://github.com/go-gitea/gitea/issues/32219#issuecomment-2408361599 and it did not seem to make a difference. I am using Gitea 1.23.8
Author
Owner

@Zettat123 commented on GitHub (Oct 29, 2025):

Gitea had a bug where the schedules cannot be updated correctly when a PR is merged if the "fast-forward" merge style is used. So you may encounter this bug if you are using "automergeStrategy": "fast-forward" in Renovate configuration.

This bug has been fixed by #35767. You can also try other merging strategies.

@Zettat123 commented on GitHub (Oct 29, 2025): Gitea had a bug where the schedules cannot be updated correctly when a PR is merged if the "fast-forward" merge style is used. So you may encounter this bug if you are using `"automergeStrategy": "fast-forward"` in Renovate configuration. This bug has been fixed by #35767. You can also try other merging strategies.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14008