Hi,
I know i have posted this before but I though I raise a separate topic for this since the Op was confused.
This is using JA-Stark template from the quick start package on Joomla 4.
The issue is that when you click to unpublish an item (article, contact, menu etc...) in the list, you get the message in the subject.
So in the picture below you click 1 and then you see 2:

The issue is caused by the custom SQL data added by the template developer used during the site installation when using the quick start.
The incorrect references are in the file ja_stark_for_joomla_4/installation/sql/mysql/custom.sql where the jd6042 are referenced.
The proper fix is to get this SQL amended in the quick start package. However there is a work around which consists in changing the table in your database from:

to :

Change the column table name for each entries containing
jd6042_ to #__.
So for example
jd6042_content becomes
#__content.
And so forth for all entries in the action_log_config table.
Hope this helps someone.