seemingly out of nowhere my action_links do not render anymore,, i use the proper code:

<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>

if i turn off my customized stark theme by renaming page.tpl.php to something else, then the action_links work again.